| /fs/ |
| D | mbcache.c | 76 struct mb_cache_entry *entry, *dup; in mb_cache_entry_create() local 121 void __mb_cache_entry_free(struct mb_cache_entry *entry) in __mb_cache_entry_free() 128 struct mb_cache_entry *entry, in __entry_find() 185 struct mb_cache_entry *entry) in mb_cache_entry_find_next() 202 struct mb_cache_entry *entry; in mb_cache_entry_get() local 230 struct mb_cache_entry *entry; in mb_cache_entry_delete() local 261 struct mb_cache_entry *entry) in mb_cache_entry_touch() 280 struct mb_cache_entry *entry; in mb_cache_shrink() local 390 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local
|
| D | dax.c | 75 static unsigned long dax_radix_sector(void *entry) in dax_radix_sector() 87 static unsigned int dax_radix_order(void *entry) in dax_radix_order() 94 static int dax_is_pmd_entry(void *entry) in dax_is_pmd_entry() 99 static int dax_is_pte_entry(void *entry) in dax_is_pte_entry() 104 static int dax_is_zero_entry(void *entry) in dax_is_zero_entry() 109 static int dax_is_empty_entry(void *entry) in dax_is_empty_entry() 128 pgoff_t index, void *entry, struct exceptional_entry_key *key) in dax_entry_waitqueue() 168 pgoff_t index, void *entry, bool wake_all) in dax_wake_mapping_entry_waiter() 191 unsigned long entry = (unsigned long) in slot_locked() local 202 unsigned long entry = (unsigned long) in lock_slot() local [all …]
|
| /fs/btrfs/ |
| D | ordered-data.c | 32 static u64 entry_end(struct btrfs_ordered_extent *entry) in entry_end() 47 struct btrfs_ordered_extent *entry; in tree_insert() local 84 struct btrfs_ordered_extent *entry; in __tree_search() local 131 static int offset_in_entry(struct btrfs_ordered_extent *entry, u64 file_offset) in offset_in_entry() 139 static int range_overlaps(struct btrfs_ordered_extent *entry, u64 file_offset, in range_overlaps() 158 struct btrfs_ordered_extent *entry; in tree_search() local 193 struct btrfs_ordered_extent *entry; in __btrfs_add_ordered_extent() local 279 struct btrfs_ordered_extent *entry, in btrfs_add_ordered_sum() 309 struct btrfs_ordered_extent *entry = NULL; in btrfs_dec_test_first_ordered_pending() local 382 struct btrfs_ordered_extent *entry = NULL; in btrfs_dec_test_ordered_pending() local [all …]
|
| D | free-space-cache.c | 534 struct btrfs_free_space_entry *entry; in io_ctl_add_entry() local 602 struct btrfs_free_space *entry, u8 *type) in io_ctl_read_entry() 629 struct btrfs_free_space *entry) in io_ctl_read_bitmap() 1101 struct btrfs_free_space *entry, *next; in write_bitmap_entries() local 1131 struct btrfs_free_space *entry, *next; in cleanup_bitmap_list() local 1517 struct btrfs_free_space *entry, *prev = NULL; in tree_search_offset() local 1804 static inline u64 get_max_extent_size(struct btrfs_free_space *entry) in get_max_extent_size() 1816 struct btrfs_free_space *entry; in find_free_space() local 2079 struct btrfs_free_space *entry; in insert_into_bitmap() local 2540 struct btrfs_free_space *entry; in __btrfs_return_cluster_to_free_space() local [all …]
|
| /fs/nilfs2/ |
| D | dat.c | 87 struct nilfs_dat_entry *entry; in nilfs_dat_commit_alloc() local 111 struct nilfs_dat_entry *entry; in nilfs_dat_commit_free() local 138 struct nilfs_dat_entry *entry; in nilfs_dat_commit_start() local 153 struct nilfs_dat_entry *entry; in nilfs_dat_prepare_end() local 184 struct nilfs_dat_entry *entry; in nilfs_dat_commit_end() local 209 struct nilfs_dat_entry *entry; in nilfs_dat_abort_end() local 325 struct nilfs_dat_entry *entry; in nilfs_dat_move() local 395 struct nilfs_dat_entry *entry; in nilfs_dat_translate() local 432 struct nilfs_dat_entry *entry; in nilfs_dat_get_vinfo() local
|
| /fs/squashfs/ |
| D | cache.c | 69 struct squashfs_cache_entry *entry; in squashfs_cache_get() local 186 void squashfs_cache_put(struct squashfs_cache_entry *entry) in squashfs_cache_put() 266 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init() local 306 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data() 349 struct squashfs_cache_entry *entry; in squashfs_read_metadata() local
|
| /fs/fuse/ |
| D | dir.c | 47 static inline void fuse_dentry_settime(struct dentry *entry, u64 time) in fuse_dentry_settime() 52 static inline u64 fuse_dentry_time(struct dentry *entry) in fuse_dentry_time() 83 static void fuse_change_entry_timeout(struct dentry *entry, in fuse_change_entry_timeout() 127 void fuse_invalidate_entry_cache(struct dentry *entry) in fuse_invalidate_entry_cache() 136 static void fuse_invalidate_entry(struct dentry *entry) in fuse_invalidate_entry() 181 static int fuse_dentry_revalidate(struct dentry *entry, unsigned int flags) in fuse_dentry_revalidate() 403 static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, in fuse_lookup() 454 static int fuse_create_open(struct inode *dir, struct dentry *entry, in fuse_create_open() 545 static int fuse_atomic_open(struct inode *dir, struct dentry *entry, in fuse_atomic_open() 592 struct inode *dir, struct dentry *entry, in create_new_entry() [all …]
|
| /fs/f2fs/ |
| D | recovery.c | 59 struct fsync_inode_entry *entry; in get_fsync_inode() local 72 struct fsync_inode_entry *entry; in add_fsync_inode() local 99 static void del_fsync_inode(struct fsync_inode_entry *entry, int drop) in del_fsync_inode() 119 struct fsync_inode_entry *entry; in recover_dentry() local 317 struct fsync_inode_entry *entry; in find_fsync_dnodes() local 389 struct fsync_inode_entry *entry, *tmp; in destroy_fsync_dnodes() local 649 struct fsync_inode_entry *entry; in recover_data() local
|
| D | xattr.h | 60 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \ argument 63 #define XATTR_NEXT_ENTRY(entry) ((struct f2fs_xattr_entry *)((char *)(entry) +\ argument 66 #define IS_XATTR_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) argument 68 #define list_for_each_xattr(entry, addr) \ argument
|
| D | xattr.c | 208 struct f2fs_xattr_entry *entry; in __find_xattr() local 225 struct f2fs_xattr_entry *entry; in __find_inline_xattr() local 482 struct f2fs_xattr_entry *entry = NULL; in f2fs_getxattr() local 527 struct f2fs_xattr_entry *entry; in f2fs_listxattr() local 570 static bool f2fs_xattr_value_same(struct f2fs_xattr_entry *entry, in f2fs_xattr_value_same()
|
| /fs/proc/ |
| D | proc_sysctl.c | 108 struct ctl_table *entry; in find_entry() local 135 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry() 174 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry() 197 struct ctl_table *entry; in init_header() local 205 struct ctl_table *entry; in erase_header() local 212 struct ctl_table *entry; in insert_header() local 367 struct ctl_table *entry; in lookup_entry() local 395 struct ctl_table *entry = NULL; in first_entry() local 412 struct ctl_table *entry = *pentry; in next_entry() local 755 struct ctl_table *entry; in proc_sys_readdir() local [all …]
|
| D | uid.c | 36 struct uid_hash_entry *entry; in uid_hash_entry_exists_locked() local 47 struct uid_hash_entry *entry; in proc_register_uid() local 231 struct uid_hash_entry *entry; in proc_uid_readdir() local
|
| D | namespaces.c | 117 const struct proc_ns_operations **entry, **last; in proc_ns_dir_readdir() local 152 const struct proc_ns_operations **entry, **last; in proc_ns_dir_lookup() local
|
| /fs/ext4/ |
| D | block_validity.c | 61 struct ext4_system_zone *new_entry = NULL, *entry; in add_system_zone() local 125 struct ext4_system_zone *entry; in debug_print_tree() local 183 struct ext4_system_zone *entry, *n; in ext4_release_system_zone() local 200 struct ext4_system_zone *entry; in ext4_data_block_valid() local
|
| D | xattr.c | 182 ext4_xattr_check_entries(struct ext4_xattr_entry *entry, void *end, in ext4_xattr_check_entries() 283 struct ext4_xattr_entry *entry, *next; in xattr_find_entry() local 438 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes() 465 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, in ext4_xattr_inode_get() 515 struct ext4_xattr_entry *entry; in ext4_xattr_block_get() local 575 struct ext4_xattr_entry *entry; in ext4_xattr_ibody_get() local 658 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, in ext4_xattr_list_entries() 803 struct ext4_xattr_entry *entry; in ext4_get_inode_usage() local 959 struct ext4_xattr_entry *entry = BFIRST(block_bh); in __ext4_xattr_set_credits() local 1103 struct ext4_xattr_entry *entry; in ext4_xattr_inode_inc_ref_all() local [all …]
|
| /fs/afs/ |
| D | vlclient.c | 63 struct afs_cache_vlocation *entry; in afs_deliver_vl_get_entry_by_xxx() local 149 struct afs_cache_vlocation *entry, in afs_vl_get_entry_by_name() 190 struct afs_cache_vlocation *entry, in afs_vl_get_entry_by_id()
|
| /fs/ocfs2/ |
| D | filecheck.c | 139 ocfs2_filecheck_sysfs_free(struct ocfs2_filecheck_sysfs_entry *entry) in ocfs2_filecheck_sysfs_free() 164 ocfs2_filecheck_sysfs_add(struct ocfs2_filecheck_sysfs_entry *entry) in ocfs2_filecheck_sysfs_add() 189 ocfs2_filecheck_sysfs_put(struct ocfs2_filecheck_sysfs_entry *entry) in ocfs2_filecheck_sysfs_put() 218 struct ocfs2_filecheck_sysfs_entry *entry = NULL; in ocfs2_filecheck_create_sysfs() local 490 struct ocfs2_filecheck_entry *entry) in ocfs2_filecheck_done_entry() 522 struct ocfs2_filecheck_entry *entry) in ocfs2_filecheck_handle_entry() 541 struct ocfs2_filecheck_entry *entry; in ocfs2_filecheck_store() local
|
| /fs/hfsplus/ |
| D | catalog.c | 105 static int hfsplus_cat_build_record(hfsplus_cat_entry *entry, in hfsplus_cat_build_record() 177 hfsplus_cat_entry *entry, int type, in hfsplus_fill_cat_thread() 258 hfsplus_cat_entry entry; in hfsplus_create_cat() local 440 hfsplus_cat_entry entry; in hfsplus_rename_cat() local
|
| /fs/ext2/ |
| D | xattr.c | 71 #define IS_LAST_ENTRY(entry) (*(__u32 *)(entry) == 0) argument 152 struct ext2_xattr_entry *entry; in ext2_xattr_get() local 248 struct ext2_xattr_entry *entry; in ext2_xattr_list() local 964 struct ext2_xattr_entry *entry) in ext2_xattr_hash_entry() 1000 struct ext2_xattr_entry *entry) in ext2_xattr_rehash()
|
| D | acl.c | 43 ext2_acl_entry *entry = in ext2_acl_from_disk() local 107 ext2_acl_entry *entry = (ext2_acl_entry *)e; in ext2_acl_to_disk() local
|
| /fs/udf/ |
| D | partition.c | 136 struct sparingEntry *entry = &st->mapEntry[i]; in udf_get_pblock_spar15() local 188 struct sparingEntry *entry = &st->mapEntry[k]; in udf_relocate_blocks() local 229 struct sparingEntry *entry = &st->mapEntry[l]; in udf_relocate_blocks() local
|
| /fs/xfs/libxfs/ |
| D | xfs_attr_leaf.c | 843 struct xfs_attr_leaf_entry *entry; in xfs_attr_shortform_allfit() local 887 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_to_shortform() local 1236 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_add_work() local 1664 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_figure_balance() local 1886 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_remove() local 2043 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_unbalance() local 2166 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_lookup_int() local 2276 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_getvalue() local 2555 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_clearflag() local 2624 struct xfs_attr_leaf_entry *entry; in xfs_attr3_leaf_setflag() local
|
| /fs/configfs/ |
| D | item.c | 38 static inline struct config_item *to_item(struct list_head *entry) in to_item() 209 struct list_head *entry; in config_group_find_item() local
|
| /fs/nfs/ |
| D | dir.c | 221 int nfs_readdir_add_to_array(struct nfs_entry *entry, struct page *page) in nfs_readdir_add_to_array() 353 struct nfs_entry *entry, struct file *file, struct inode *inode) in nfs_readdir_xdr_filler() 382 struct nfs_entry *entry, struct xdr_stream *xdr) in xdr_decode() 398 int nfs_same_file(struct dentry *dentry, struct nfs_entry *entry) in nfs_same_file() 464 void nfs_prime_dcache(struct dentry *parent, struct nfs_entry *entry) in nfs_prime_dcache() 542 int nfs_readdir_page_filler(nfs_readdir_descriptor_t *desc, struct nfs_entry *entry, in nfs_readdir_page_filler() 626 struct nfs_entry entry; in nfs_readdir_xdr_to_array() local 2138 static void nfs_access_free_entry(struct nfs_access_entry *entry) in nfs_access_free_entry() 2236 struct nfs_access_entry *entry; in __nfs_access_zap_cache() local 2269 struct nfs_access_entry *entry; in nfs_access_search_rbtree() local [all …]
|
| /fs/omfs/ |
| D | file.c | 35 struct omfs_extent_entry *entry; in omfs_shrink_inode() local 120 struct omfs_extent_entry *entry = &oe->e_entry; in omfs_grow_extent() local 227 struct omfs_extent_entry *entry; in omfs_get_block() local
|