ctree.h 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696
  1. /*
  2. * Copyright (C) 2007 Oracle. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public
  6. * License v2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. * General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public
  14. * License along with this program; if not, write to the
  15. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  16. * Boston, MA 021110-1307, USA.
  17. */
  18. #ifndef __BTRFS_CTREE__
  19. #define __BTRFS_CTREE__
  20. #include <linux/version.h>
  21. #include <linux/mm.h>
  22. #include <linux/highmem.h>
  23. #include <linux/fs.h>
  24. #include <linux/completion.h>
  25. #include <linux/backing-dev.h>
  26. #include <linux/wait.h>
  27. #include <asm/kmap_types.h>
  28. #include "bit-radix.h"
  29. #include "extent_io.h"
  30. #include "extent_map.h"
  31. #include "async-thread.h"
  32. struct btrfs_trans_handle;
  33. struct btrfs_transaction;
  34. extern struct kmem_cache *btrfs_trans_handle_cachep;
  35. extern struct kmem_cache *btrfs_transaction_cachep;
  36. extern struct kmem_cache *btrfs_bit_radix_cachep;
  37. extern struct kmem_cache *btrfs_path_cachep;
  38. struct btrfs_ordered_sum;
  39. #define BTRFS_MAGIC "_B5RfS_M"
  40. #ifdef CONFIG_LOCKDEP
  41. # define BTRFS_MAX_LEVEL 7
  42. #else
  43. # define BTRFS_MAX_LEVEL 8
  44. #endif
  45. /* holds pointers to all of the tree roots */
  46. #define BTRFS_ROOT_TREE_OBJECTID 1ULL
  47. /* stores information about which extents are in use, and reference counts */
  48. #define BTRFS_EXTENT_TREE_OBJECTID 2ULL
  49. /*
  50. * chunk tree stores translations from logical -> physical block numbering
  51. * the super block points to the chunk tree
  52. */
  53. #define BTRFS_CHUNK_TREE_OBJECTID 3ULL
  54. /*
  55. * stores information about which areas of a given device are in use.
  56. * one per device. The tree of tree roots points to the device tree
  57. */
  58. #define BTRFS_DEV_TREE_OBJECTID 4ULL
  59. /* one per subvolume, storing files and directories */
  60. #define BTRFS_FS_TREE_OBJECTID 5ULL
  61. /* directory objectid inside the root tree */
  62. #define BTRFS_ROOT_TREE_DIR_OBJECTID 6ULL
  63. /*
  64. * All files have objectids higher than this.
  65. */
  66. #define BTRFS_FIRST_FREE_OBJECTID 256ULL
  67. #define BTRFS_FIRST_CHUNK_TREE_OBJECTID 256ULL
  68. /*
  69. * the device items go into the chunk tree. The key is in the form
  70. * [ 1 BTRFS_DEV_ITEM_KEY device_id ]
  71. */
  72. #define BTRFS_DEV_ITEMS_OBJECTID 1ULL
  73. /*
  74. * we can actually store much bigger names, but lets not confuse the rest
  75. * of linux
  76. */
  77. #define BTRFS_NAME_LEN 255
  78. /* 32 bytes in various csum fields */
  79. #define BTRFS_CSUM_SIZE 32
  80. /* four bytes for CRC32 */
  81. #define BTRFS_CRC32_SIZE 4
  82. #define BTRFS_EMPTY_DIR_SIZE 0
  83. #define BTRFS_FT_UNKNOWN 0
  84. #define BTRFS_FT_REG_FILE 1
  85. #define BTRFS_FT_DIR 2
  86. #define BTRFS_FT_CHRDEV 3
  87. #define BTRFS_FT_BLKDEV 4
  88. #define BTRFS_FT_FIFO 5
  89. #define BTRFS_FT_SOCK 6
  90. #define BTRFS_FT_SYMLINK 7
  91. #define BTRFS_FT_XATTR 8
  92. #define BTRFS_FT_MAX 9
  93. /*
  94. * the key defines the order in the tree, and so it also defines (optimal)
  95. * block layout. objectid corresonds to the inode number. The flags
  96. * tells us things about the object, and is a kind of stream selector.
  97. * so for a given inode, keys with flags of 1 might refer to the inode
  98. * data, flags of 2 may point to file data in the btree and flags == 3
  99. * may point to extents.
  100. *
  101. * offset is the starting byte offset for this key in the stream.
  102. *
  103. * btrfs_disk_key is in disk byte order. struct btrfs_key is always
  104. * in cpu native order. Otherwise they are identical and their sizes
  105. * should be the same (ie both packed)
  106. */
  107. struct btrfs_disk_key {
  108. __le64 objectid;
  109. u8 type;
  110. __le64 offset;
  111. } __attribute__ ((__packed__));
  112. struct btrfs_key {
  113. u64 objectid;
  114. u8 type;
  115. u64 offset;
  116. } __attribute__ ((__packed__));
  117. struct btrfs_mapping_tree {
  118. struct extent_map_tree map_tree;
  119. };
  120. #define BTRFS_UUID_SIZE 16
  121. struct btrfs_dev_item {
  122. /* the internal btrfs device id */
  123. __le64 devid;
  124. /* size of the device */
  125. __le64 total_bytes;
  126. /* bytes used */
  127. __le64 bytes_used;
  128. /* optimal io alignment for this device */
  129. __le32 io_align;
  130. /* optimal io width for this device */
  131. __le32 io_width;
  132. /* minimal io size for this device */
  133. __le32 sector_size;
  134. /* type and info about this device */
  135. __le64 type;
  136. /* grouping information for allocation decisions */
  137. __le32 dev_group;
  138. /* seek speed 0-100 where 100 is fastest */
  139. u8 seek_speed;
  140. /* bandwidth 0-100 where 100 is fastest */
  141. u8 bandwidth;
  142. /* btrfs generated uuid for this device */
  143. u8 uuid[BTRFS_UUID_SIZE];
  144. } __attribute__ ((__packed__));
  145. struct btrfs_stripe {
  146. __le64 devid;
  147. __le64 offset;
  148. u8 dev_uuid[BTRFS_UUID_SIZE];
  149. } __attribute__ ((__packed__));
  150. struct btrfs_chunk {
  151. /* size of this chunk in bytes */
  152. __le64 length;
  153. /* objectid of the root referencing this chunk */
  154. __le64 owner;
  155. __le64 stripe_len;
  156. __le64 type;
  157. /* optimal io alignment for this chunk */
  158. __le32 io_align;
  159. /* optimal io width for this chunk */
  160. __le32 io_width;
  161. /* minimal io size for this chunk */
  162. __le32 sector_size;
  163. /* 2^16 stripes is quite a lot, a second limit is the size of a single
  164. * item in the btree
  165. */
  166. __le16 num_stripes;
  167. /* sub stripes only matter for raid10 */
  168. __le16 sub_stripes;
  169. struct btrfs_stripe stripe;
  170. /* additional stripes go here */
  171. } __attribute__ ((__packed__));
  172. static inline unsigned long btrfs_chunk_item_size(int num_stripes)
  173. {
  174. BUG_ON(num_stripes == 0);
  175. return sizeof(struct btrfs_chunk) +
  176. sizeof(struct btrfs_stripe) * (num_stripes - 1);
  177. }
  178. #define BTRFS_FSID_SIZE 16
  179. #define BTRFS_HEADER_FLAG_WRITTEN (1 << 0)
  180. /*
  181. * every tree block (leaf or node) starts with this header.
  182. */
  183. struct btrfs_header {
  184. /* these first four must match the super block */
  185. u8 csum[BTRFS_CSUM_SIZE];
  186. u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
  187. __le64 bytenr; /* which block this node is supposed to live in */
  188. __le64 flags;
  189. /* allowed to be different from the super from here on down */
  190. u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
  191. __le64 generation;
  192. __le64 owner;
  193. __le32 nritems;
  194. u8 level;
  195. } __attribute__ ((__packed__));
  196. #define BTRFS_NODEPTRS_PER_BLOCK(r) (((r)->nodesize - \
  197. sizeof(struct btrfs_header)) / \
  198. sizeof(struct btrfs_key_ptr))
  199. #define __BTRFS_LEAF_DATA_SIZE(bs) ((bs) - sizeof(struct btrfs_header))
  200. #define BTRFS_LEAF_DATA_SIZE(r) (__BTRFS_LEAF_DATA_SIZE(r->leafsize))
  201. #define BTRFS_MAX_INLINE_DATA_SIZE(r) (BTRFS_LEAF_DATA_SIZE(r) - \
  202. sizeof(struct btrfs_item) - \
  203. sizeof(struct btrfs_file_extent_item))
  204. /*
  205. * this is a very generous portion of the super block, giving us
  206. * room to translate 14 chunks with 3 stripes each.
  207. */
  208. #define BTRFS_SYSTEM_CHUNK_ARRAY_SIZE 2048
  209. #define BTRFS_LABEL_SIZE 256
  210. /*
  211. * the super block basically lists the main trees of the FS
  212. * it currently lacks any block count etc etc
  213. */
  214. struct btrfs_super_block {
  215. u8 csum[BTRFS_CSUM_SIZE];
  216. /* the first 4 fields must match struct btrfs_header */
  217. u8 fsid[16]; /* FS specific uuid */
  218. __le64 bytenr; /* this block number */
  219. __le64 flags;
  220. /* allowed to be different from the btrfs_header from here own down */
  221. __le64 magic;
  222. __le64 generation;
  223. __le64 root;
  224. __le64 chunk_root;
  225. __le64 total_bytes;
  226. __le64 bytes_used;
  227. __le64 root_dir_objectid;
  228. __le64 num_devices;
  229. __le32 sectorsize;
  230. __le32 nodesize;
  231. __le32 leafsize;
  232. __le32 stripesize;
  233. __le32 sys_chunk_array_size;
  234. u8 root_level;
  235. u8 chunk_root_level;
  236. struct btrfs_dev_item dev_item;
  237. char label[BTRFS_LABEL_SIZE];
  238. u8 sys_chunk_array[BTRFS_SYSTEM_CHUNK_ARRAY_SIZE];
  239. } __attribute__ ((__packed__));
  240. /*
  241. * A leaf is full of items. offset and size tell us where to find
  242. * the item in the leaf (relative to the start of the data area)
  243. */
  244. struct btrfs_item {
  245. struct btrfs_disk_key key;
  246. __le32 offset;
  247. __le32 size;
  248. } __attribute__ ((__packed__));
  249. /*
  250. * leaves have an item area and a data area:
  251. * [item0, item1....itemN] [free space] [dataN...data1, data0]
  252. *
  253. * The data is separate from the items to get the keys closer together
  254. * during searches.
  255. */
  256. struct btrfs_leaf {
  257. struct btrfs_header header;
  258. struct btrfs_item items[];
  259. } __attribute__ ((__packed__));
  260. /*
  261. * all non-leaf blocks are nodes, they hold only keys and pointers to
  262. * other blocks
  263. */
  264. struct btrfs_key_ptr {
  265. struct btrfs_disk_key key;
  266. __le64 blockptr;
  267. __le64 generation;
  268. } __attribute__ ((__packed__));
  269. struct btrfs_node {
  270. struct btrfs_header header;
  271. struct btrfs_key_ptr ptrs[];
  272. } __attribute__ ((__packed__));
  273. /*
  274. * btrfs_paths remember the path taken from the root down to the leaf.
  275. * level 0 is always the leaf, and nodes[1...BTRFS_MAX_LEVEL] will point
  276. * to any other levels that are present.
  277. *
  278. * The slots array records the index of the item or block pointer
  279. * used while walking the tree.
  280. */
  281. struct btrfs_path {
  282. struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
  283. int slots[BTRFS_MAX_LEVEL];
  284. /* if there is real range locking, this locks field will change */
  285. int locks[BTRFS_MAX_LEVEL];
  286. int reada;
  287. /* keep some upper locks as we walk down */
  288. int keep_locks;
  289. int skip_locking;
  290. int lowest_level;
  291. };
  292. /*
  293. * items in the extent btree are used to record the objectid of the
  294. * owner of the block and the number of references
  295. */
  296. struct btrfs_extent_item {
  297. __le32 refs;
  298. } __attribute__ ((__packed__));
  299. struct btrfs_extent_ref {
  300. __le64 root;
  301. __le64 generation;
  302. __le64 objectid;
  303. __le64 offset;
  304. } __attribute__ ((__packed__));
  305. /* dev extents record free space on individual devices. The owner
  306. * field points back to the chunk allocation mapping tree that allocated
  307. * the extent. The chunk tree uuid field is a way to double check the owner
  308. */
  309. struct btrfs_dev_extent {
  310. __le64 chunk_tree;
  311. __le64 chunk_objectid;
  312. __le64 chunk_offset;
  313. __le64 length;
  314. u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
  315. } __attribute__ ((__packed__));
  316. struct btrfs_inode_ref {
  317. __le16 name_len;
  318. /* name goes here */
  319. } __attribute__ ((__packed__));
  320. struct btrfs_timespec {
  321. __le64 sec;
  322. __le32 nsec;
  323. } __attribute__ ((__packed__));
  324. /*
  325. * there is no padding here on purpose. If you want to extent the inode,
  326. * make a new item type
  327. */
  328. struct btrfs_inode_item {
  329. __le64 generation;
  330. __le64 size;
  331. __le64 nblocks;
  332. __le64 block_group;
  333. __le32 nlink;
  334. __le32 uid;
  335. __le32 gid;
  336. __le32 mode;
  337. __le64 rdev;
  338. __le16 flags;
  339. __le16 compat_flags;
  340. struct btrfs_timespec atime;
  341. struct btrfs_timespec ctime;
  342. struct btrfs_timespec mtime;
  343. struct btrfs_timespec otime;
  344. } __attribute__ ((__packed__));
  345. struct btrfs_dir_item {
  346. struct btrfs_disk_key location;
  347. __le16 data_len;
  348. __le16 name_len;
  349. u8 type;
  350. } __attribute__ ((__packed__));
  351. struct btrfs_root_item {
  352. struct btrfs_inode_item inode;
  353. __le64 root_dirid;
  354. __le64 bytenr;
  355. __le64 byte_limit;
  356. __le64 bytes_used;
  357. __le32 flags;
  358. __le32 refs;
  359. struct btrfs_disk_key drop_progress;
  360. u8 drop_level;
  361. u8 level;
  362. } __attribute__ ((__packed__));
  363. #define BTRFS_FILE_EXTENT_REG 0
  364. #define BTRFS_FILE_EXTENT_INLINE 1
  365. struct btrfs_file_extent_item {
  366. __le64 generation;
  367. u8 type;
  368. /*
  369. * disk space consumed by the extent, checksum blocks are included
  370. * in these numbers
  371. */
  372. __le64 disk_bytenr;
  373. __le64 disk_num_bytes;
  374. /*
  375. * the logical offset in file blocks (no csums)
  376. * this extent record is for. This allows a file extent to point
  377. * into the middle of an existing extent on disk, sharing it
  378. * between two snapshots (useful if some bytes in the middle of the
  379. * extent have changed
  380. */
  381. __le64 offset;
  382. /*
  383. * the logical number of file blocks (no csums included)
  384. */
  385. __le64 num_bytes;
  386. } __attribute__ ((__packed__));
  387. struct btrfs_csum_item {
  388. u8 csum;
  389. } __attribute__ ((__packed__));
  390. /* different types of block groups (and chunks) */
  391. #define BTRFS_BLOCK_GROUP_DATA (1 << 0)
  392. #define BTRFS_BLOCK_GROUP_SYSTEM (1 << 1)
  393. #define BTRFS_BLOCK_GROUP_METADATA (1 << 2)
  394. #define BTRFS_BLOCK_GROUP_RAID0 (1 << 3)
  395. #define BTRFS_BLOCK_GROUP_RAID1 (1 << 4)
  396. #define BTRFS_BLOCK_GROUP_DUP (1 << 5)
  397. #define BTRFS_BLOCK_GROUP_RAID10 (1 << 6)
  398. struct btrfs_block_group_item {
  399. __le64 used;
  400. __le64 chunk_objectid;
  401. __le64 flags;
  402. } __attribute__ ((__packed__));
  403. struct btrfs_space_info {
  404. u64 flags;
  405. u64 total_bytes;
  406. u64 bytes_used;
  407. u64 bytes_pinned;
  408. int full;
  409. int force_alloc;
  410. struct list_head list;
  411. };
  412. struct btrfs_block_group_cache {
  413. struct btrfs_key key;
  414. struct btrfs_block_group_item item;
  415. struct btrfs_space_info *space_info;
  416. spinlock_t lock;
  417. u64 pinned;
  418. u64 flags;
  419. int cached;
  420. int ro;
  421. };
  422. struct btrfs_device;
  423. struct btrfs_fs_devices;
  424. struct btrfs_fs_info {
  425. u8 fsid[BTRFS_FSID_SIZE];
  426. u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
  427. struct btrfs_root *extent_root;
  428. struct btrfs_root *tree_root;
  429. struct btrfs_root *chunk_root;
  430. struct btrfs_root *dev_root;
  431. struct radix_tree_root fs_roots_radix;
  432. struct extent_io_tree free_space_cache;
  433. struct extent_io_tree block_group_cache;
  434. struct extent_io_tree pinned_extents;
  435. struct extent_io_tree pending_del;
  436. struct extent_io_tree extent_ins;
  437. /* logical->physical extent mapping */
  438. struct btrfs_mapping_tree mapping_tree;
  439. u64 generation;
  440. u64 last_trans_committed;
  441. unsigned long mount_opt;
  442. u64 max_extent;
  443. u64 max_inline;
  444. u64 alloc_start;
  445. struct btrfs_transaction *running_transaction;
  446. wait_queue_head_t transaction_throttle;
  447. wait_queue_head_t transaction_wait;
  448. struct btrfs_super_block super_copy;
  449. struct btrfs_super_block super_for_commit;
  450. struct block_device *__bdev;
  451. struct super_block *sb;
  452. struct inode *btree_inode;
  453. struct backing_dev_info bdi;
  454. spinlock_t hash_lock;
  455. struct mutex trans_mutex;
  456. struct mutex transaction_kthread_mutex;
  457. struct mutex cleaner_mutex;
  458. struct mutex alloc_mutex;
  459. struct mutex chunk_mutex;
  460. struct mutex drop_mutex;
  461. struct mutex volume_mutex;
  462. struct list_head trans_list;
  463. struct list_head hashers;
  464. struct list_head dead_roots;
  465. atomic_t nr_async_submits;
  466. /*
  467. * this is used by the balancing code to wait for all the pending
  468. * ordered extents
  469. */
  470. spinlock_t ordered_extent_lock;
  471. struct list_head ordered_extents;
  472. /*
  473. * there is a pool of worker threads for checksumming during writes
  474. * and a pool for checksumming after reads. This is because readers
  475. * can run with FS locks held, and the writers may be waiting for
  476. * those locks. We don't want ordering in the pending list to cause
  477. * deadlocks, and so the two are serviced separately.
  478. *
  479. * A third pool does submit_bio to avoid deadlocking with the other
  480. * two
  481. */
  482. struct btrfs_workers workers;
  483. struct btrfs_workers endio_workers;
  484. struct btrfs_workers endio_write_workers;
  485. struct btrfs_workers submit_workers;
  486. /*
  487. * fixup workers take dirty pages that didn't properly go through
  488. * the cow mechanism and make them safe to write. It happens
  489. * for the sys_munmap function call path
  490. */
  491. struct btrfs_workers fixup_workers;
  492. struct task_struct *transaction_kthread;
  493. struct task_struct *cleaner_kthread;
  494. int thread_pool_size;
  495. struct kobject super_kobj;
  496. struct completion kobj_unregister;
  497. int do_barriers;
  498. int closing;
  499. atomic_t throttles;
  500. u64 total_pinned;
  501. struct list_head dirty_cowonly_roots;
  502. struct btrfs_fs_devices *fs_devices;
  503. struct list_head space_info;
  504. spinlock_t delalloc_lock;
  505. spinlock_t new_trans_lock;
  506. u64 delalloc_bytes;
  507. u64 last_alloc;
  508. u64 last_data_alloc;
  509. u64 avail_data_alloc_bits;
  510. u64 avail_metadata_alloc_bits;
  511. u64 avail_system_alloc_bits;
  512. u64 data_alloc_profile;
  513. u64 metadata_alloc_profile;
  514. u64 system_alloc_profile;
  515. void *bdev_holder;
  516. };
  517. /*
  518. * in ram representation of the tree. extent_root is used for all allocations
  519. * and for the extent tree extent_root root.
  520. */
  521. struct btrfs_root {
  522. struct extent_buffer *node;
  523. /* the node lock is held while changing the node pointer */
  524. spinlock_t node_lock;
  525. struct extent_buffer *commit_root;
  526. struct btrfs_root_item root_item;
  527. struct btrfs_key root_key;
  528. struct btrfs_fs_info *fs_info;
  529. struct inode *inode;
  530. struct kobject root_kobj;
  531. struct completion kobj_unregister;
  532. struct mutex objectid_mutex;
  533. u64 objectid;
  534. u64 last_trans;
  535. /* data allocations are done in sectorsize units */
  536. u32 sectorsize;
  537. /* node allocations are done in nodesize units */
  538. u32 nodesize;
  539. /* leaf allocations are done in leafsize units */
  540. u32 leafsize;
  541. u32 stripesize;
  542. u32 type;
  543. u64 highest_inode;
  544. u64 last_inode_alloc;
  545. int ref_cows;
  546. int track_dirty;
  547. u64 defrag_trans_start;
  548. struct btrfs_key defrag_progress;
  549. struct btrfs_key defrag_max;
  550. int defrag_running;
  551. int defrag_level;
  552. char *name;
  553. int in_sysfs;
  554. /* the dirty list is only used by non-reference counted roots */
  555. struct list_head dirty_list;
  556. };
  557. /*
  558. * inode items have the data typically returned from stat and store other
  559. * info about object characteristics. There is one for every file and dir in
  560. * the FS
  561. */
  562. #define BTRFS_INODE_ITEM_KEY 1
  563. #define BTRFS_INODE_REF_KEY 2
  564. #define BTRFS_XATTR_ITEM_KEY 8
  565. /* reserve 2-15 close to the inode for later flexibility */
  566. /*
  567. * dir items are the name -> inode pointers in a directory. There is one
  568. * for every name in a directory.
  569. */
  570. #define BTRFS_DIR_ITEM_KEY 16
  571. #define BTRFS_DIR_INDEX_KEY 17
  572. /*
  573. * extent data is for file data
  574. */
  575. #define BTRFS_EXTENT_DATA_KEY 18
  576. /*
  577. * csum items have the checksums for data in the extents
  578. */
  579. #define BTRFS_CSUM_ITEM_KEY 19
  580. /* reserve 20-31 for other file stuff */
  581. /*
  582. * root items point to tree roots. There are typically in the root
  583. * tree used by the super block to find all the other trees
  584. */
  585. #define BTRFS_ROOT_ITEM_KEY 32
  586. /*
  587. * extent items are in the extent map tree. These record which blocks
  588. * are used, and how many references there are to each block
  589. */
  590. #define BTRFS_EXTENT_ITEM_KEY 33
  591. #define BTRFS_EXTENT_REF_KEY 34
  592. /*
  593. * block groups give us hints into the extent allocation trees. Which
  594. * blocks are free etc etc
  595. */
  596. #define BTRFS_BLOCK_GROUP_ITEM_KEY 50
  597. #define BTRFS_DEV_EXTENT_KEY 75
  598. #define BTRFS_DEV_ITEM_KEY 76
  599. #define BTRFS_CHUNK_ITEM_KEY 77
  600. /*
  601. * string items are for debugging. They just store a short string of
  602. * data in the FS
  603. */
  604. #define BTRFS_STRING_ITEM_KEY 253
  605. #define BTRFS_MOUNT_NODATASUM (1 << 0)
  606. #define BTRFS_MOUNT_NODATACOW (1 << 1)
  607. #define BTRFS_MOUNT_NOBARRIER (1 << 2)
  608. #define BTRFS_MOUNT_SSD (1 << 3)
  609. #define BTRFS_MOUNT_DEGRADED (1 << 4)
  610. #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt)
  611. #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt)
  612. #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \
  613. BTRFS_MOUNT_##opt)
  614. /*
  615. * Inode flags
  616. */
  617. #define BTRFS_INODE_NODATASUM (1 << 0)
  618. #define BTRFS_INODE_NODATACOW (1 << 1)
  619. #define BTRFS_INODE_READONLY (1 << 2)
  620. #define btrfs_clear_flag(inode, flag) (BTRFS_I(inode)->flags &= \
  621. ~BTRFS_INODE_##flag)
  622. #define btrfs_set_flag(inode, flag) (BTRFS_I(inode)->flags |= \
  623. BTRFS_INODE_##flag)
  624. #define btrfs_test_flag(inode, flag) (BTRFS_I(inode)->flags & \
  625. BTRFS_INODE_##flag)
  626. /* some macros to generate set/get funcs for the struct fields. This
  627. * assumes there is a lefoo_to_cpu for every type, so lets make a simple
  628. * one for u8:
  629. */
  630. #define le8_to_cpu(v) (v)
  631. #define cpu_to_le8(v) (v)
  632. #define __le8 u8
  633. #define read_eb_member(eb, ptr, type, member, result) ( \
  634. read_extent_buffer(eb, (char *)(result), \
  635. ((unsigned long)(ptr)) + \
  636. offsetof(type, member), \
  637. sizeof(((type *)0)->member)))
  638. #define write_eb_member(eb, ptr, type, member, result) ( \
  639. write_extent_buffer(eb, (char *)(result), \
  640. ((unsigned long)(ptr)) + \
  641. offsetof(type, member), \
  642. sizeof(((type *)0)->member)))
  643. #ifndef BTRFS_SETGET_FUNCS
  644. #define BTRFS_SETGET_FUNCS(name, type, member, bits) \
  645. u##bits btrfs_##name(struct extent_buffer *eb, type *s); \
  646. void btrfs_set_##name(struct extent_buffer *eb, type *s, u##bits val);
  647. #endif
  648. #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \
  649. static inline u##bits btrfs_##name(struct extent_buffer *eb) \
  650. { \
  651. type *p = kmap_atomic(eb->first_page, KM_USER0); \
  652. u##bits res = le##bits##_to_cpu(p->member); \
  653. kunmap_atomic(p, KM_USER0); \
  654. return res; \
  655. } \
  656. static inline void btrfs_set_##name(struct extent_buffer *eb, \
  657. u##bits val) \
  658. { \
  659. type *p = kmap_atomic(eb->first_page, KM_USER0); \
  660. p->member = cpu_to_le##bits(val); \
  661. kunmap_atomic(p, KM_USER0); \
  662. }
  663. #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \
  664. static inline u##bits btrfs_##name(type *s) \
  665. { \
  666. return le##bits##_to_cpu(s->member); \
  667. } \
  668. static inline void btrfs_set_##name(type *s, u##bits val) \
  669. { \
  670. s->member = cpu_to_le##bits(val); \
  671. }
  672. BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
  673. BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64);
  674. BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64);
  675. BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32);
  676. BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
  677. BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32);
  678. BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64);
  679. BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32);
  680. BTRFS_SETGET_FUNCS(device_seek_speed, struct btrfs_dev_item, seek_speed, 8);
  681. BTRFS_SETGET_FUNCS(device_bandwidth, struct btrfs_dev_item, bandwidth, 8);
  682. BTRFS_SETGET_STACK_FUNCS(stack_device_type, struct btrfs_dev_item, type, 64);
  683. BTRFS_SETGET_STACK_FUNCS(stack_device_total_bytes, struct btrfs_dev_item,
  684. total_bytes, 64);
  685. BTRFS_SETGET_STACK_FUNCS(stack_device_bytes_used, struct btrfs_dev_item,
  686. bytes_used, 64);
  687. BTRFS_SETGET_STACK_FUNCS(stack_device_io_align, struct btrfs_dev_item,
  688. io_align, 32);
  689. BTRFS_SETGET_STACK_FUNCS(stack_device_io_width, struct btrfs_dev_item,
  690. io_width, 32);
  691. BTRFS_SETGET_STACK_FUNCS(stack_device_sector_size, struct btrfs_dev_item,
  692. sector_size, 32);
  693. BTRFS_SETGET_STACK_FUNCS(stack_device_id, struct btrfs_dev_item, devid, 64);
  694. BTRFS_SETGET_STACK_FUNCS(stack_device_group, struct btrfs_dev_item,
  695. dev_group, 32);
  696. BTRFS_SETGET_STACK_FUNCS(stack_device_seek_speed, struct btrfs_dev_item,
  697. seek_speed, 8);
  698. BTRFS_SETGET_STACK_FUNCS(stack_device_bandwidth, struct btrfs_dev_item,
  699. bandwidth, 8);
  700. static inline char *btrfs_device_uuid(struct btrfs_dev_item *d)
  701. {
  702. return (char *)d + offsetof(struct btrfs_dev_item, uuid);
  703. }
  704. BTRFS_SETGET_FUNCS(chunk_length, struct btrfs_chunk, length, 64);
  705. BTRFS_SETGET_FUNCS(chunk_owner, struct btrfs_chunk, owner, 64);
  706. BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
  707. BTRFS_SETGET_FUNCS(chunk_io_align, struct btrfs_chunk, io_align, 32);
  708. BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
  709. BTRFS_SETGET_FUNCS(chunk_sector_size, struct btrfs_chunk, sector_size, 32);
  710. BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
  711. BTRFS_SETGET_FUNCS(chunk_num_stripes, struct btrfs_chunk, num_stripes, 16);
  712. BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16);
  713. BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
  714. BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
  715. static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s)
  716. {
  717. return (char *)s + offsetof(struct btrfs_stripe, dev_uuid);
  718. }
  719. BTRFS_SETGET_STACK_FUNCS(stack_chunk_length, struct btrfs_chunk, length, 64);
  720. BTRFS_SETGET_STACK_FUNCS(stack_chunk_owner, struct btrfs_chunk, owner, 64);
  721. BTRFS_SETGET_STACK_FUNCS(stack_chunk_stripe_len, struct btrfs_chunk,
  722. stripe_len, 64);
  723. BTRFS_SETGET_STACK_FUNCS(stack_chunk_io_align, struct btrfs_chunk,
  724. io_align, 32);
  725. BTRFS_SETGET_STACK_FUNCS(stack_chunk_io_width, struct btrfs_chunk,
  726. io_width, 32);
  727. BTRFS_SETGET_STACK_FUNCS(stack_chunk_sector_size, struct btrfs_chunk,
  728. sector_size, 32);
  729. BTRFS_SETGET_STACK_FUNCS(stack_chunk_type, struct btrfs_chunk, type, 64);
  730. BTRFS_SETGET_STACK_FUNCS(stack_chunk_num_stripes, struct btrfs_chunk,
  731. num_stripes, 16);
  732. BTRFS_SETGET_STACK_FUNCS(stack_chunk_sub_stripes, struct btrfs_chunk,
  733. sub_stripes, 16);
  734. BTRFS_SETGET_STACK_FUNCS(stack_stripe_devid, struct btrfs_stripe, devid, 64);
  735. BTRFS_SETGET_STACK_FUNCS(stack_stripe_offset, struct btrfs_stripe, offset, 64);
  736. static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c,
  737. int nr)
  738. {
  739. unsigned long offset = (unsigned long)c;
  740. offset += offsetof(struct btrfs_chunk, stripe);
  741. offset += nr * sizeof(struct btrfs_stripe);
  742. return (struct btrfs_stripe *)offset;
  743. }
  744. static inline char *btrfs_stripe_dev_uuid_nr(struct btrfs_chunk *c, int nr)
  745. {
  746. return btrfs_stripe_dev_uuid(btrfs_stripe_nr(c, nr));
  747. }
  748. static inline u64 btrfs_stripe_offset_nr(struct extent_buffer *eb,
  749. struct btrfs_chunk *c, int nr)
  750. {
  751. return btrfs_stripe_offset(eb, btrfs_stripe_nr(c, nr));
  752. }
  753. static inline void btrfs_set_stripe_offset_nr(struct extent_buffer *eb,
  754. struct btrfs_chunk *c, int nr,
  755. u64 val)
  756. {
  757. btrfs_set_stripe_offset(eb, btrfs_stripe_nr(c, nr), val);
  758. }
  759. static inline u64 btrfs_stripe_devid_nr(struct extent_buffer *eb,
  760. struct btrfs_chunk *c, int nr)
  761. {
  762. return btrfs_stripe_devid(eb, btrfs_stripe_nr(c, nr));
  763. }
  764. static inline void btrfs_set_stripe_devid_nr(struct extent_buffer *eb,
  765. struct btrfs_chunk *c, int nr,
  766. u64 val)
  767. {
  768. btrfs_set_stripe_devid(eb, btrfs_stripe_nr(c, nr), val);
  769. }
  770. /* struct btrfs_block_group_item */
  771. BTRFS_SETGET_STACK_FUNCS(block_group_used, struct btrfs_block_group_item,
  772. used, 64);
  773. BTRFS_SETGET_FUNCS(disk_block_group_used, struct btrfs_block_group_item,
  774. used, 64);
  775. BTRFS_SETGET_STACK_FUNCS(block_group_chunk_objectid,
  776. struct btrfs_block_group_item, chunk_objectid, 64);
  777. BTRFS_SETGET_FUNCS(disk_block_group_chunk_objectid,
  778. struct btrfs_block_group_item, chunk_objectid, 64);
  779. BTRFS_SETGET_FUNCS(disk_block_group_flags,
  780. struct btrfs_block_group_item, flags, 64);
  781. BTRFS_SETGET_STACK_FUNCS(block_group_flags,
  782. struct btrfs_block_group_item, flags, 64);
  783. /* struct btrfs_inode_ref */
  784. BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
  785. /* struct btrfs_inode_item */
  786. BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
  787. BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
  788. BTRFS_SETGET_FUNCS(inode_nblocks, struct btrfs_inode_item, nblocks, 64);
  789. BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
  790. BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
  791. BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
  792. BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
  793. BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
  794. BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
  795. BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 16);
  796. BTRFS_SETGET_FUNCS(inode_compat_flags, struct btrfs_inode_item,
  797. compat_flags, 16);
  798. static inline struct btrfs_timespec *
  799. btrfs_inode_atime(struct btrfs_inode_item *inode_item)
  800. {
  801. unsigned long ptr = (unsigned long)inode_item;
  802. ptr += offsetof(struct btrfs_inode_item, atime);
  803. return (struct btrfs_timespec *)ptr;
  804. }
  805. static inline struct btrfs_timespec *
  806. btrfs_inode_mtime(struct btrfs_inode_item *inode_item)
  807. {
  808. unsigned long ptr = (unsigned long)inode_item;
  809. ptr += offsetof(struct btrfs_inode_item, mtime);
  810. return (struct btrfs_timespec *)ptr;
  811. }
  812. static inline struct btrfs_timespec *
  813. btrfs_inode_ctime(struct btrfs_inode_item *inode_item)
  814. {
  815. unsigned long ptr = (unsigned long)inode_item;
  816. ptr += offsetof(struct btrfs_inode_item, ctime);
  817. return (struct btrfs_timespec *)ptr;
  818. }
  819. static inline struct btrfs_timespec *
  820. btrfs_inode_otime(struct btrfs_inode_item *inode_item)
  821. {
  822. unsigned long ptr = (unsigned long)inode_item;
  823. ptr += offsetof(struct btrfs_inode_item, otime);
  824. return (struct btrfs_timespec *)ptr;
  825. }
  826. BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
  827. BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
  828. /* struct btrfs_extent_item */
  829. BTRFS_SETGET_FUNCS(extent_refs, struct btrfs_extent_item, refs, 32);
  830. /* struct btrfs_dev_extent */
  831. BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent,
  832. chunk_tree, 64);
  833. BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
  834. chunk_objectid, 64);
  835. BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
  836. chunk_offset, 64);
  837. BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
  838. static inline u8 *btrfs_dev_extent_chunk_tree_uuid(struct btrfs_dev_extent *dev)
  839. {
  840. unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid);
  841. return (u8 *)((unsigned long)dev + ptr);
  842. }
  843. /* struct btrfs_extent_ref */
  844. BTRFS_SETGET_FUNCS(ref_root, struct btrfs_extent_ref, root, 64);
  845. BTRFS_SETGET_FUNCS(ref_generation, struct btrfs_extent_ref, generation, 64);
  846. BTRFS_SETGET_FUNCS(ref_objectid, struct btrfs_extent_ref, objectid, 64);
  847. BTRFS_SETGET_FUNCS(ref_offset, struct btrfs_extent_ref, offset, 64);
  848. BTRFS_SETGET_STACK_FUNCS(stack_ref_root, struct btrfs_extent_ref, root, 64);
  849. BTRFS_SETGET_STACK_FUNCS(stack_ref_generation, struct btrfs_extent_ref,
  850. generation, 64);
  851. BTRFS_SETGET_STACK_FUNCS(stack_ref_objectid, struct btrfs_extent_ref,
  852. objectid, 64);
  853. BTRFS_SETGET_STACK_FUNCS(stack_ref_offset, struct btrfs_extent_ref, offset, 64);
  854. BTRFS_SETGET_STACK_FUNCS(stack_extent_refs, struct btrfs_extent_item,
  855. refs, 32);
  856. /* struct btrfs_node */
  857. BTRFS_SETGET_FUNCS(key_blockptr, struct btrfs_key_ptr, blockptr, 64);
  858. BTRFS_SETGET_FUNCS(key_generation, struct btrfs_key_ptr, generation, 64);
  859. static inline u64 btrfs_node_blockptr(struct extent_buffer *eb, int nr)
  860. {
  861. unsigned long ptr;
  862. ptr = offsetof(struct btrfs_node, ptrs) +
  863. sizeof(struct btrfs_key_ptr) * nr;
  864. return btrfs_key_blockptr(eb, (struct btrfs_key_ptr *)ptr);
  865. }
  866. static inline void btrfs_set_node_blockptr(struct extent_buffer *eb,
  867. int nr, u64 val)
  868. {
  869. unsigned long ptr;
  870. ptr = offsetof(struct btrfs_node, ptrs) +
  871. sizeof(struct btrfs_key_ptr) * nr;
  872. btrfs_set_key_blockptr(eb, (struct btrfs_key_ptr *)ptr, val);
  873. }
  874. static inline u64 btrfs_node_ptr_generation(struct extent_buffer *eb, int nr)
  875. {
  876. unsigned long ptr;
  877. ptr = offsetof(struct btrfs_node, ptrs) +
  878. sizeof(struct btrfs_key_ptr) * nr;
  879. return btrfs_key_generation(eb, (struct btrfs_key_ptr *)ptr);
  880. }
  881. static inline void btrfs_set_node_ptr_generation(struct extent_buffer *eb,
  882. int nr, u64 val)
  883. {
  884. unsigned long ptr;
  885. ptr = offsetof(struct btrfs_node, ptrs) +
  886. sizeof(struct btrfs_key_ptr) * nr;
  887. btrfs_set_key_generation(eb, (struct btrfs_key_ptr *)ptr, val);
  888. }
  889. static inline unsigned long btrfs_node_key_ptr_offset(int nr)
  890. {
  891. return offsetof(struct btrfs_node, ptrs) +
  892. sizeof(struct btrfs_key_ptr) * nr;
  893. }
  894. void btrfs_node_key(struct extent_buffer *eb,
  895. struct btrfs_disk_key *disk_key, int nr);
  896. static inline void btrfs_set_node_key(struct extent_buffer *eb,
  897. struct btrfs_disk_key *disk_key, int nr)
  898. {
  899. unsigned long ptr;
  900. ptr = btrfs_node_key_ptr_offset(nr);
  901. write_eb_member(eb, (struct btrfs_key_ptr *)ptr,
  902. struct btrfs_key_ptr, key, disk_key);
  903. }
  904. /* struct btrfs_item */
  905. BTRFS_SETGET_FUNCS(item_offset, struct btrfs_item, offset, 32);
  906. BTRFS_SETGET_FUNCS(item_size, struct btrfs_item, size, 32);
  907. static inline unsigned long btrfs_item_nr_offset(int nr)
  908. {
  909. return offsetof(struct btrfs_leaf, items) +
  910. sizeof(struct btrfs_item) * nr;
  911. }
  912. static inline struct btrfs_item *btrfs_item_nr(struct extent_buffer *eb,
  913. int nr)
  914. {
  915. return (struct btrfs_item *)btrfs_item_nr_offset(nr);
  916. }
  917. static inline u32 btrfs_item_end(struct extent_buffer *eb,
  918. struct btrfs_item *item)
  919. {
  920. return btrfs_item_offset(eb, item) + btrfs_item_size(eb, item);
  921. }
  922. static inline u32 btrfs_item_end_nr(struct extent_buffer *eb, int nr)
  923. {
  924. return btrfs_item_end(eb, btrfs_item_nr(eb, nr));
  925. }
  926. static inline u32 btrfs_item_offset_nr(struct extent_buffer *eb, int nr)
  927. {
  928. return btrfs_item_offset(eb, btrfs_item_nr(eb, nr));
  929. }
  930. static inline u32 btrfs_item_size_nr(struct extent_buffer *eb, int nr)
  931. {
  932. return btrfs_item_size(eb, btrfs_item_nr(eb, nr));
  933. }
  934. static inline void btrfs_item_key(struct extent_buffer *eb,
  935. struct btrfs_disk_key *disk_key, int nr)
  936. {
  937. struct btrfs_item *item = btrfs_item_nr(eb, nr);
  938. read_eb_member(eb, item, struct btrfs_item, key, disk_key);
  939. }
  940. static inline void btrfs_set_item_key(struct extent_buffer *eb,
  941. struct btrfs_disk_key *disk_key, int nr)
  942. {
  943. struct btrfs_item *item = btrfs_item_nr(eb, nr);
  944. write_eb_member(eb, item, struct btrfs_item, key, disk_key);
  945. }
  946. /* struct btrfs_dir_item */
  947. BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
  948. BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
  949. BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
  950. static inline void btrfs_dir_item_key(struct extent_buffer *eb,
  951. struct btrfs_dir_item *item,
  952. struct btrfs_disk_key *key)
  953. {
  954. read_eb_member(eb, item, struct btrfs_dir_item, location, key);
  955. }
  956. static inline void btrfs_set_dir_item_key(struct extent_buffer *eb,
  957. struct btrfs_dir_item *item,
  958. struct btrfs_disk_key *key)
  959. {
  960. write_eb_member(eb, item, struct btrfs_dir_item, location, key);
  961. }
  962. /* struct btrfs_disk_key */
  963. BTRFS_SETGET_STACK_FUNCS(disk_key_objectid, struct btrfs_disk_key,
  964. objectid, 64);
  965. BTRFS_SETGET_STACK_FUNCS(disk_key_offset, struct btrfs_disk_key, offset, 64);
  966. BTRFS_SETGET_STACK_FUNCS(disk_key_type, struct btrfs_disk_key, type, 8);
  967. static inline void btrfs_disk_key_to_cpu(struct btrfs_key *cpu,
  968. struct btrfs_disk_key *disk)
  969. {
  970. cpu->offset = le64_to_cpu(disk->offset);
  971. cpu->type = disk->type;
  972. cpu->objectid = le64_to_cpu(disk->objectid);
  973. }
  974. static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk,
  975. struct btrfs_key *cpu)
  976. {
  977. disk->offset = cpu_to_le64(cpu->offset);
  978. disk->type = cpu->type;
  979. disk->objectid = cpu_to_le64(cpu->objectid);
  980. }
  981. static inline void btrfs_node_key_to_cpu(struct extent_buffer *eb,
  982. struct btrfs_key *key, int nr)
  983. {
  984. struct btrfs_disk_key disk_key;
  985. btrfs_node_key(eb, &disk_key, nr);
  986. btrfs_disk_key_to_cpu(key, &disk_key);
  987. }
  988. static inline void btrfs_item_key_to_cpu(struct extent_buffer *eb,
  989. struct btrfs_key *key, int nr)
  990. {
  991. struct btrfs_disk_key disk_key;
  992. btrfs_item_key(eb, &disk_key, nr);
  993. btrfs_disk_key_to_cpu(key, &disk_key);
  994. }
  995. static inline void btrfs_dir_item_key_to_cpu(struct extent_buffer *eb,
  996. struct btrfs_dir_item *item,
  997. struct btrfs_key *key)
  998. {
  999. struct btrfs_disk_key disk_key;
  1000. btrfs_dir_item_key(eb, item, &disk_key);
  1001. btrfs_disk_key_to_cpu(key, &disk_key);
  1002. }
  1003. static inline u8 btrfs_key_type(struct btrfs_key *key)
  1004. {
  1005. return key->type;
  1006. }
  1007. static inline void btrfs_set_key_type(struct btrfs_key *key, u8 val)
  1008. {
  1009. key->type = val;
  1010. }
  1011. /* struct btrfs_header */
  1012. BTRFS_SETGET_HEADER_FUNCS(header_bytenr, struct btrfs_header, bytenr, 64);
  1013. BTRFS_SETGET_HEADER_FUNCS(header_generation, struct btrfs_header,
  1014. generation, 64);
  1015. BTRFS_SETGET_HEADER_FUNCS(header_owner, struct btrfs_header, owner, 64);
  1016. BTRFS_SETGET_HEADER_FUNCS(header_nritems, struct btrfs_header, nritems, 32);
  1017. BTRFS_SETGET_HEADER_FUNCS(header_flags, struct btrfs_header, flags, 64);
  1018. BTRFS_SETGET_HEADER_FUNCS(header_level, struct btrfs_header, level, 8);
  1019. static inline int btrfs_header_flag(struct extent_buffer *eb, u64 flag)
  1020. {
  1021. return (btrfs_header_flags(eb) & flag) == flag;
  1022. }
  1023. static inline int btrfs_set_header_flag(struct extent_buffer *eb, u64 flag)
  1024. {
  1025. u64 flags = btrfs_header_flags(eb);
  1026. btrfs_set_header_flags(eb, flags | flag);
  1027. return (flags & flag) == flag;
  1028. }
  1029. static inline int btrfs_clear_header_flag(struct extent_buffer *eb, u64 flag)
  1030. {
  1031. u64 flags = btrfs_header_flags(eb);
  1032. btrfs_set_header_flags(eb, flags & ~flag);
  1033. return (flags & flag) == flag;
  1034. }
  1035. static inline u8 *btrfs_header_fsid(struct extent_buffer *eb)
  1036. {
  1037. unsigned long ptr = offsetof(struct btrfs_header, fsid);
  1038. return (u8 *)ptr;
  1039. }
  1040. static inline u8 *btrfs_header_chunk_tree_uuid(struct extent_buffer *eb)
  1041. {
  1042. unsigned long ptr = offsetof(struct btrfs_header, chunk_tree_uuid);
  1043. return (u8 *)ptr;
  1044. }
  1045. static inline u8 *btrfs_super_fsid(struct extent_buffer *eb)
  1046. {
  1047. unsigned long ptr = offsetof(struct btrfs_super_block, fsid);
  1048. return (u8 *)ptr;
  1049. }
  1050. static inline u8 *btrfs_header_csum(struct extent_buffer *eb)
  1051. {
  1052. unsigned long ptr = offsetof(struct btrfs_header, csum);
  1053. return (u8 *)ptr;
  1054. }
  1055. static inline struct btrfs_node *btrfs_buffer_node(struct extent_buffer *eb)
  1056. {
  1057. return NULL;
  1058. }
  1059. static inline struct btrfs_leaf *btrfs_buffer_leaf(struct extent_buffer *eb)
  1060. {
  1061. return NULL;
  1062. }
  1063. static inline struct btrfs_header *btrfs_buffer_header(struct extent_buffer *eb)
  1064. {
  1065. return NULL;
  1066. }
  1067. static inline int btrfs_is_leaf(struct extent_buffer *eb)
  1068. {
  1069. return (btrfs_header_level(eb) == 0);
  1070. }
  1071. /* struct btrfs_root_item */
  1072. BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
  1073. BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
  1074. BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
  1075. BTRFS_SETGET_STACK_FUNCS(root_bytenr, struct btrfs_root_item, bytenr, 64);
  1076. BTRFS_SETGET_STACK_FUNCS(root_level, struct btrfs_root_item, level, 8);
  1077. BTRFS_SETGET_STACK_FUNCS(root_dirid, struct btrfs_root_item, root_dirid, 64);
  1078. BTRFS_SETGET_STACK_FUNCS(root_refs, struct btrfs_root_item, refs, 32);
  1079. BTRFS_SETGET_STACK_FUNCS(root_flags, struct btrfs_root_item, flags, 32);
  1080. BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
  1081. BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
  1082. /* struct btrfs_super_block */
  1083. BTRFS_SETGET_STACK_FUNCS(super_bytenr, struct btrfs_super_block, bytenr, 64);
  1084. BTRFS_SETGET_STACK_FUNCS(super_flags, struct btrfs_super_block, flags, 64);
  1085. BTRFS_SETGET_STACK_FUNCS(super_generation, struct btrfs_super_block,
  1086. generation, 64);
  1087. BTRFS_SETGET_STACK_FUNCS(super_root, struct btrfs_super_block, root, 64);
  1088. BTRFS_SETGET_STACK_FUNCS(super_sys_array_size,
  1089. struct btrfs_super_block, sys_chunk_array_size, 32);
  1090. BTRFS_SETGET_STACK_FUNCS(super_root_level, struct btrfs_super_block,
  1091. root_level, 8);
  1092. BTRFS_SETGET_STACK_FUNCS(super_chunk_root, struct btrfs_super_block,
  1093. chunk_root, 64);
  1094. BTRFS_SETGET_STACK_FUNCS(super_chunk_root_level, struct btrfs_super_block,
  1095. chunk_root_level, 64);
  1096. BTRFS_SETGET_STACK_FUNCS(super_total_bytes, struct btrfs_super_block,
  1097. total_bytes, 64);
  1098. BTRFS_SETGET_STACK_FUNCS(super_bytes_used, struct btrfs_super_block,
  1099. bytes_used, 64);
  1100. BTRFS_SETGET_STACK_FUNCS(super_sectorsize, struct btrfs_super_block,
  1101. sectorsize, 32);
  1102. BTRFS_SETGET_STACK_FUNCS(super_nodesize, struct btrfs_super_block,
  1103. nodesize, 32);
  1104. BTRFS_SETGET_STACK_FUNCS(super_leafsize, struct btrfs_super_block,
  1105. leafsize, 32);
  1106. BTRFS_SETGET_STACK_FUNCS(super_stripesize, struct btrfs_super_block,
  1107. stripesize, 32);
  1108. BTRFS_SETGET_STACK_FUNCS(super_root_dir, struct btrfs_super_block,
  1109. root_dir_objectid, 64);
  1110. BTRFS_SETGET_STACK_FUNCS(super_num_devices, struct btrfs_super_block,
  1111. num_devices, 64);
  1112. static inline unsigned long btrfs_leaf_data(struct extent_buffer *l)
  1113. {
  1114. return offsetof(struct btrfs_leaf, items);
  1115. }
  1116. /* struct btrfs_file_extent_item */
  1117. BTRFS_SETGET_FUNCS(file_extent_type, struct btrfs_file_extent_item, type, 8);
  1118. static inline unsigned long btrfs_file_extent_inline_start(struct
  1119. btrfs_file_extent_item *e)
  1120. {
  1121. unsigned long offset = (unsigned long)e;
  1122. offset += offsetof(struct btrfs_file_extent_item, disk_bytenr);
  1123. return offset;
  1124. }
  1125. static inline u32 btrfs_file_extent_calc_inline_size(u32 datasize)
  1126. {
  1127. return offsetof(struct btrfs_file_extent_item, disk_bytenr) + datasize;
  1128. }
  1129. static inline u32 btrfs_file_extent_inline_len(struct extent_buffer *eb,
  1130. struct btrfs_item *e)
  1131. {
  1132. unsigned long offset;
  1133. offset = offsetof(struct btrfs_file_extent_item, disk_bytenr);
  1134. return btrfs_item_size(eb, e) - offset;
  1135. }
  1136. BTRFS_SETGET_FUNCS(file_extent_disk_bytenr, struct btrfs_file_extent_item,
  1137. disk_bytenr, 64);
  1138. BTRFS_SETGET_FUNCS(file_extent_generation, struct btrfs_file_extent_item,
  1139. generation, 64);
  1140. BTRFS_SETGET_FUNCS(file_extent_disk_num_bytes, struct btrfs_file_extent_item,
  1141. disk_num_bytes, 64);
  1142. BTRFS_SETGET_FUNCS(file_extent_offset, struct btrfs_file_extent_item,
  1143. offset, 64);
  1144. BTRFS_SETGET_FUNCS(file_extent_num_bytes, struct btrfs_file_extent_item,
  1145. num_bytes, 64);
  1146. static inline struct btrfs_root *btrfs_sb(struct super_block *sb)
  1147. {
  1148. return sb->s_fs_info;
  1149. }
  1150. static inline int btrfs_set_root_name(struct btrfs_root *root,
  1151. const char *name, int len)
  1152. {
  1153. /* if we already have a name just free it */
  1154. if (root->name)
  1155. kfree(root->name);
  1156. root->name = kmalloc(len+1, GFP_KERNEL);
  1157. if (!root->name)
  1158. return -ENOMEM;
  1159. memcpy(root->name, name, len);
  1160. root->name[len] ='\0';
  1161. return 0;
  1162. }
  1163. static inline u32 btrfs_level_size(struct btrfs_root *root, int level) {
  1164. if (level == 0)
  1165. return root->leafsize;
  1166. return root->nodesize;
  1167. }
  1168. /* helper function to cast into the data area of the leaf. */
  1169. #define btrfs_item_ptr(leaf, slot, type) \
  1170. ((type *)(btrfs_leaf_data(leaf) + \
  1171. btrfs_item_offset_nr(leaf, slot)))
  1172. #define btrfs_item_ptr_offset(leaf, slot) \
  1173. ((unsigned long)(btrfs_leaf_data(leaf) + \
  1174. btrfs_item_offset_nr(leaf, slot)))
  1175. static inline struct dentry *fdentry(struct file *file) {
  1176. #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)
  1177. return file->f_dentry;
  1178. #else
  1179. return file->f_path.dentry;
  1180. #endif
  1181. }
  1182. /* extent-tree.c */
  1183. u32 btrfs_count_snapshots_in_path(struct btrfs_root *root,
  1184. struct btrfs_path *count_path,
  1185. u64 expected_owner, u64 first_extent);
  1186. int btrfs_extent_post_op(struct btrfs_trans_handle *trans,
  1187. struct btrfs_root *root);
  1188. int btrfs_copy_pinned(struct btrfs_root *root, struct extent_io_tree *copy);
  1189. struct btrfs_block_group_cache *btrfs_lookup_block_group(struct
  1190. btrfs_fs_info *info,
  1191. u64 bytenr);
  1192. struct btrfs_block_group_cache *btrfs_find_block_group(struct btrfs_root *root,
  1193. struct btrfs_block_group_cache
  1194. *hint, u64 search_start,
  1195. int data, int owner);
  1196. struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans,
  1197. struct btrfs_root *root,
  1198. u32 blocksize,
  1199. u64 root_objectid,
  1200. u64 ref_generation,
  1201. u64 first_objectid,
  1202. int level,
  1203. u64 hint,
  1204. u64 empty_size);
  1205. int btrfs_shrink_extent_tree(struct btrfs_root *root, u64 new_size);
  1206. int btrfs_insert_extent_backref(struct btrfs_trans_handle *trans,
  1207. struct btrfs_root *root,
  1208. struct btrfs_path *path, u64 bytenr,
  1209. u64 root_objectid, u64 ref_generation,
  1210. u64 owner, u64 owner_offset);
  1211. int btrfs_alloc_extent(struct btrfs_trans_handle *trans,
  1212. struct btrfs_root *root,
  1213. u64 num_bytes, u64 min_bytes,
  1214. u64 root_objectid, u64 ref_generation,
  1215. u64 owner, u64 owner_offset,
  1216. u64 empty_size, u64 hint_byte,
  1217. u64 search_end, struct btrfs_key *ins, u64 data);
  1218. int btrfs_alloc_reserved_extent(struct btrfs_trans_handle *trans,
  1219. struct btrfs_root *root,
  1220. u64 root_objectid, u64 ref_generation,
  1221. u64 owner, u64 owner_offset,
  1222. struct btrfs_key *ins);
  1223. int btrfs_reserve_extent(struct btrfs_trans_handle *trans,
  1224. struct btrfs_root *root,
  1225. u64 num_bytes, u64 min_alloc_size,
  1226. u64 empty_size, u64 hint_byte,
  1227. u64 search_end, struct btrfs_key *ins,
  1228. u64 data);
  1229. int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,
  1230. struct extent_buffer *buf);
  1231. int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root
  1232. *root, u64 bytenr, u64 num_bytes,
  1233. u64 root_objectid, u64 ref_generation,
  1234. u64 owner_objectid, u64 owner_offset, int pin);
  1235. int btrfs_finish_extent_commit(struct btrfs_trans_handle *trans,
  1236. struct btrfs_root *root,
  1237. struct extent_io_tree *unpin);
  1238. int btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
  1239. struct btrfs_root *root,
  1240. u64 bytenr, u64 num_bytes,
  1241. u64 root_objectid, u64 ref_generation,
  1242. u64 owner, u64 owner_offset);
  1243. int btrfs_write_dirty_block_groups(struct btrfs_trans_handle *trans,
  1244. struct btrfs_root *root);
  1245. int btrfs_free_block_groups(struct btrfs_fs_info *info);
  1246. int btrfs_read_block_groups(struct btrfs_root *root);
  1247. int btrfs_make_block_group(struct btrfs_trans_handle *trans,
  1248. struct btrfs_root *root, u64 bytes_used,
  1249. u64 type, u64 chunk_objectid, u64 chunk_offset,
  1250. u64 size);
  1251. /* ctree.c */
  1252. int btrfs_previous_item(struct btrfs_root *root,
  1253. struct btrfs_path *path, u64 min_objectid,
  1254. int type);
  1255. struct extent_buffer *btrfs_root_node(struct btrfs_root *root);
  1256. struct extent_buffer *btrfs_lock_root_node(struct btrfs_root *root);
  1257. int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
  1258. struct btrfs_key *key, int lowest_level,
  1259. int cache_only, u64 min_trans);
  1260. int btrfs_search_forward(struct btrfs_root *root, struct btrfs_key *min_key,
  1261. struct btrfs_path *path, int cache_only,
  1262. u64 min_trans);
  1263. int btrfs_cow_block(struct btrfs_trans_handle *trans,
  1264. struct btrfs_root *root, struct extent_buffer *buf,
  1265. struct extent_buffer *parent, int parent_slot,
  1266. struct extent_buffer **cow_ret);
  1267. int btrfs_copy_root(struct btrfs_trans_handle *trans,
  1268. struct btrfs_root *root,
  1269. struct extent_buffer *buf,
  1270. struct extent_buffer **cow_ret, u64 new_root_objectid);
  1271. int btrfs_extend_item(struct btrfs_trans_handle *trans, struct btrfs_root
  1272. *root, struct btrfs_path *path, u32 data_size);
  1273. int btrfs_truncate_item(struct btrfs_trans_handle *trans,
  1274. struct btrfs_root *root,
  1275. struct btrfs_path *path,
  1276. u32 new_size, int from_end);
  1277. int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root
  1278. *root, struct btrfs_key *key, struct btrfs_path *p, int
  1279. ins_len, int cow);
  1280. int btrfs_realloc_node(struct btrfs_trans_handle *trans,
  1281. struct btrfs_root *root, struct extent_buffer *parent,
  1282. int start_slot, int cache_only, u64 *last_ret,
  1283. struct btrfs_key *progress);
  1284. void btrfs_release_path(struct btrfs_root *root, struct btrfs_path *p);
  1285. struct btrfs_path *btrfs_alloc_path(void);
  1286. void btrfs_free_path(struct btrfs_path *p);
  1287. void btrfs_init_path(struct btrfs_path *p);
  1288. int btrfs_del_items(struct btrfs_trans_handle *trans, struct btrfs_root *root,
  1289. struct btrfs_path *path, int slot, int nr);
  1290. static inline int btrfs_del_item(struct btrfs_trans_handle *trans,
  1291. struct btrfs_root *root,
  1292. struct btrfs_path *path)
  1293. {
  1294. return btrfs_del_items(trans, root, path, path->slots[0], 1);
  1295. }
  1296. int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root
  1297. *root, struct btrfs_key *key, void *data, u32 data_size);
  1298. int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
  1299. struct btrfs_root *root,
  1300. struct btrfs_path *path,
  1301. struct btrfs_key *cpu_key, u32 *data_size, int nr);
  1302. static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans,
  1303. struct btrfs_root *root,
  1304. struct btrfs_path *path,
  1305. struct btrfs_key *key,
  1306. u32 data_size)
  1307. {
  1308. return btrfs_insert_empty_items(trans, root, path, key, &data_size, 1);
  1309. }
  1310. int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path);
  1311. int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path);
  1312. int btrfs_leaf_free_space(struct btrfs_root *root, struct extent_buffer *leaf);
  1313. int btrfs_drop_snapshot(struct btrfs_trans_handle *trans, struct btrfs_root
  1314. *root);
  1315. /* root-item.c */
  1316. int btrfs_del_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
  1317. struct btrfs_key *key);
  1318. int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root
  1319. *root, struct btrfs_key *key, struct btrfs_root_item
  1320. *item);
  1321. int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root
  1322. *root, struct btrfs_key *key, struct btrfs_root_item
  1323. *item);
  1324. int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct
  1325. btrfs_root_item *item, struct btrfs_key *key);
  1326. int btrfs_search_root(struct btrfs_root *root, u64 search_start,
  1327. u64 *found_objectid);
  1328. int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid,
  1329. struct btrfs_root *latest_root);
  1330. /* dir-item.c */
  1331. int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root
  1332. *root, const char *name, int name_len, u64 dir,
  1333. struct btrfs_key *location, u8 type);
  1334. struct btrfs_dir_item *btrfs_lookup_dir_item(struct btrfs_trans_handle *trans,
  1335. struct btrfs_root *root,
  1336. struct btrfs_path *path, u64 dir,
  1337. const char *name, int name_len,
  1338. int mod);
  1339. struct btrfs_dir_item *
  1340. btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans,
  1341. struct btrfs_root *root,
  1342. struct btrfs_path *path, u64 dir,
  1343. u64 objectid, const char *name, int name_len,
  1344. int mod);
  1345. struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,
  1346. struct btrfs_path *path,
  1347. const char *name, int name_len);
  1348. int btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans,
  1349. struct btrfs_root *root,
  1350. struct btrfs_path *path,
  1351. struct btrfs_dir_item *di);
  1352. int btrfs_insert_xattr_item(struct btrfs_trans_handle *trans,
  1353. struct btrfs_root *root, const char *name,
  1354. u16 name_len, const void *data, u16 data_len,
  1355. u64 dir);
  1356. struct btrfs_dir_item *btrfs_lookup_xattr(struct btrfs_trans_handle *trans,
  1357. struct btrfs_root *root,
  1358. struct btrfs_path *path, u64 dir,
  1359. const char *name, u16 name_len,
  1360. int mod);
  1361. /* inode-map.c */
  1362. int btrfs_find_free_objectid(struct btrfs_trans_handle *trans,
  1363. struct btrfs_root *fs_root,
  1364. u64 dirid, u64 *objectid);
  1365. int btrfs_find_highest_inode(struct btrfs_root *fs_root, u64 *objectid);
  1366. /* inode-item.c */
  1367. int btrfs_insert_inode_ref(struct btrfs_trans_handle *trans,
  1368. struct btrfs_root *root,
  1369. const char *name, int name_len,
  1370. u64 inode_objectid, u64 ref_objectid);
  1371. int btrfs_del_inode_ref(struct btrfs_trans_handle *trans,
  1372. struct btrfs_root *root,
  1373. const char *name, int name_len,
  1374. u64 inode_objectid, u64 ref_objectid);
  1375. int btrfs_insert_empty_inode(struct btrfs_trans_handle *trans,
  1376. struct btrfs_root *root,
  1377. struct btrfs_path *path, u64 objectid);
  1378. int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root
  1379. *root, struct btrfs_path *path,
  1380. struct btrfs_key *location, int mod);
  1381. /* file-item.c */
  1382. int btrfs_insert_file_extent(struct btrfs_trans_handle *trans,
  1383. struct btrfs_root *root,
  1384. u64 objectid, u64 pos, u64 disk_offset,
  1385. u64 disk_num_bytes,
  1386. u64 num_bytes, u64 offset);
  1387. int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
  1388. struct btrfs_root *root,
  1389. struct btrfs_path *path, u64 objectid,
  1390. u64 bytenr, int mod);
  1391. int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans,
  1392. struct btrfs_root *root, struct inode *inode,
  1393. struct btrfs_ordered_sum *sums);
  1394. int btrfs_csum_one_bio(struct btrfs_root *root, struct inode *inode,
  1395. struct bio *bio);
  1396. struct btrfs_csum_item *btrfs_lookup_csum(struct btrfs_trans_handle *trans,
  1397. struct btrfs_root *root,
  1398. struct btrfs_path *path,
  1399. u64 objectid, u64 offset,
  1400. int cow);
  1401. int btrfs_csum_truncate(struct btrfs_trans_handle *trans,
  1402. struct btrfs_root *root, struct btrfs_path *path,
  1403. u64 isize);
  1404. /* inode.c */
  1405. /* RHEL and EL kernels have a patch that renames PG_checked to FsMisc */
  1406. #ifdef ClearPageFsMisc
  1407. #define ClearPageChecked ClearPageFsMisc
  1408. #define SetPageChecked SetPageFsMisc
  1409. #define PageChecked PageFsMisc
  1410. #endif
  1411. int btrfs_writepages(struct address_space *mapping,
  1412. struct writeback_control *wbc);
  1413. int btrfs_create_subvol_root(struct btrfs_root *new_root,
  1414. struct btrfs_trans_handle *trans, u64 new_dirid,
  1415. struct btrfs_block_group_cache *block_group);
  1416. void btrfs_invalidate_dcache_root(struct btrfs_root *root, char *name,
  1417. int namelen);
  1418. int btrfs_merge_bio_hook(struct page *page, unsigned long offset,
  1419. size_t size, struct bio *bio);
  1420. static inline void dec_i_blocks(struct inode *inode, u64 dec)
  1421. {
  1422. dec = dec >> 9;
  1423. if (dec <= inode->i_blocks)
  1424. inode->i_blocks -= dec;
  1425. else
  1426. inode->i_blocks = 0;
  1427. }
  1428. unsigned long btrfs_force_ra(struct address_space *mapping,
  1429. struct file_ra_state *ra, struct file *file,
  1430. pgoff_t offset, pgoff_t last_index);
  1431. int btrfs_check_free_space(struct btrfs_root *root, u64 num_required,
  1432. int for_del);
  1433. int btrfs_page_mkwrite(struct vm_area_struct *vma, struct page *page);
  1434. int btrfs_readpage(struct file *file, struct page *page);
  1435. void btrfs_delete_inode(struct inode *inode);
  1436. void btrfs_put_inode(struct inode *inode);
  1437. void btrfs_read_locked_inode(struct inode *inode);
  1438. int btrfs_write_inode(struct inode *inode, int wait);
  1439. void btrfs_dirty_inode(struct inode *inode);
  1440. struct inode *btrfs_alloc_inode(struct super_block *sb);
  1441. void btrfs_destroy_inode(struct inode *inode);
  1442. int btrfs_init_cachep(void);
  1443. void btrfs_destroy_cachep(void);
  1444. long btrfs_ioctl_trans_end(struct file *file);
  1445. struct inode *btrfs_iget_locked(struct super_block *s, u64 objectid,
  1446. struct btrfs_root *root);
  1447. struct inode *btrfs_ilookup(struct super_block *s, u64 objectid,
  1448. u64 root_objectid);
  1449. int btrfs_commit_write(struct file *file, struct page *page,
  1450. unsigned from, unsigned to);
  1451. struct extent_map *btrfs_get_extent(struct inode *inode, struct page *page,
  1452. size_t page_offset, u64 start, u64 end,
  1453. int create);
  1454. int btrfs_update_inode(struct btrfs_trans_handle *trans,
  1455. struct btrfs_root *root,
  1456. struct inode *inode);
  1457. /* ioctl.c */
  1458. long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
  1459. /* file.c */
  1460. int btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end);
  1461. int btrfs_check_file(struct btrfs_root *root, struct inode *inode);
  1462. extern struct file_operations btrfs_file_operations;
  1463. int btrfs_drop_extents(struct btrfs_trans_handle *trans,
  1464. struct btrfs_root *root, struct inode *inode,
  1465. u64 start, u64 end, u64 inline_limit, u64 *hint_block);
  1466. int btrfs_release_file(struct inode *inode, struct file *file);
  1467. /* tree-defrag.c */
  1468. int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
  1469. struct btrfs_root *root, int cache_only);
  1470. /* sysfs.c */
  1471. int btrfs_init_sysfs(void);
  1472. void btrfs_exit_sysfs(void);
  1473. int btrfs_sysfs_add_super(struct btrfs_fs_info *fs);
  1474. int btrfs_sysfs_add_root(struct btrfs_root *root);
  1475. void btrfs_sysfs_del_root(struct btrfs_root *root);
  1476. void btrfs_sysfs_del_super(struct btrfs_fs_info *root);
  1477. /* xattr.c */
  1478. ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
  1479. int btrfs_delete_xattrs(struct btrfs_trans_handle *trans,
  1480. struct btrfs_root *root, struct inode *inode);
  1481. /* super.c */
  1482. u64 btrfs_parse_size(char *str);
  1483. int btrfs_parse_options(struct btrfs_root *root, char *options);
  1484. int btrfs_sync_fs(struct super_block *sb, int wait);
  1485. #endif