/fs/btrfs/tests/ |
D | free-space-tree-tests.c | 35 const struct free_space_extent * const extents, in __check_free_space_extents() argument 78 extent_start != extents[i].start || in __check_free_space_extents() 79 offset - extent_start != extents[i].length) in __check_free_space_extents() 89 extent_start != extents[i].start || in __check_free_space_extents() 90 end - extent_start != extents[i].length) in __check_free_space_extents() 104 key.objectid != extents[i].start || in __check_free_space_extents() 105 key.offset != extents[i].length) in __check_free_space_extents() 124 const struct free_space_extent * const extents, in check_free_space_extents() argument 140 ret = __check_free_space_extents(trans, fs_info, cache, path, extents, in check_free_space_extents() 159 return __check_free_space_extents(trans, fs_info, cache, path, extents, in check_free_space_extents() [all …]
|
/fs/efs/ |
D | inode.c | 131 extent_copy(&(efs_inode->di_u.di_extents[i]), &(in->extents[i])); in efs_iget() 132 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget() 212 if ((result = efs_extent_check(&in->extents[last], block, sb))) in efs_map_block() 229 if ((result = efs_extent_check(&in->extents[cur], block, sb))) { in efs_map_block() 241 direxts = in->extents[0].cooked.ex_offset; in efs_map_block() 256 ibase += in->extents[dirext].cooked.ex_length * in efs_map_block() 269 iblock = sb->fs_start + in->extents[dirext].cooked.ex_bn + in efs_map_block()
|
D | efs.h | 79 efs_extent extents[EFS_DIRECTEXTENTS]; member
|
/fs/hfsplus/ |
D | hfsplus_raw.h | 99 hfsplus_extent_rec extents; member 377 struct hfsplus_extent extents; member 395 struct hfsplus_attr_extents extents; member
|
D | Makefile | 7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
D | inode.c | 445 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork() 447 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork() 470 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
|
D | extents.c | 400 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork() 402 res = hfsplus_free_extents(sb, fork->extents, blocks, blocks); in hfsplus_free_fork()
|
/fs/nfs/blocklayout/ |
D | blocklayout.c | 557 struct layout_verification *lv, struct list_head *extents, in bl_alloc_extent() argument 600 list_add_tail(&be->be_list, extents); in bl_alloc_extent() 628 LIST_HEAD(extents); in bl_alloc_lseg() 658 status = bl_alloc_extent(&xdr, lo, &lv, &extents, gfp_mask); in bl_alloc_lseg() 676 while (!list_empty(&extents)) { in bl_alloc_lseg() 678 list_first_entry(&extents, struct pnfs_block_extent, in bl_alloc_lseg()
|
/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
D | ext4.h | 1760 EXT4_FEATURE_INCOMPAT_FUNCS(extents, EXTENTS) in EXT4_FEATURE_COMPAT_FUNCS() 3093 extern int ext4_ext_index_trans_blocks(struct inode *inode, int extents);
|
D | extents.c | 2470 int ext4_ext_index_trans_blocks(struct inode *inode, int extents) in ext4_ext_index_trans_blocks() argument 2481 if (extents <= 1) in ext4_ext_index_trans_blocks()
|
/fs/btrfs/ |
D | Kconfig | 14 Btrfs is a general purpose copy-on-write filesystem with extents,
|
D | tree-log.c | 4156 struct list_head extents; in btrfs_log_changed_extents() local 4162 INIT_LIST_HEAD(&extents); in btrfs_log_changed_extents() 4188 list_add_tail(&em->list, &extents); in btrfs_log_changed_extents() 4192 list_sort(NULL, &extents, extent_cmp); in btrfs_log_changed_extents() 4208 while (!list_empty(&extents)) { in btrfs_log_changed_extents() 4209 em = list_entry(extents.next, struct extent_map, list); in btrfs_log_changed_extents() 4231 WARN_ON(!list_empty(&extents)); in btrfs_log_changed_extents()
|
D | inode.c | 349 struct list_head extents; member 370 list_add_tail(&async_extent->list, &cow->extents); in add_async_extent() 698 while (!list_empty(&async_cow->extents)) { in submit_compressed_extents() 699 async_extent = list_entry(async_cow->extents.next, in submit_compressed_extents() 1182 INIT_LIST_HEAD(&async_cow->extents); in cow_file_range_async()
|
/fs/xfs/ |
D | Kconfig | 13 Btrees (directories, extents, free space) to aid both performance
|