Searched refs:d_hash (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_dir.h | 53 u_int16_t d_hash[1]; /* hash chain */ member
|
/linux-4.1.27/fs/hfs/ |
D | sysdep.c | 42 .d_hash = hfs_hash_dentry,
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 112 struct hlist_bl_node d_hash; /* lookup hash list */ member 153 int (*d_hash)(const struct dentry *, struct qstr *); member 374 return hlist_bl_unhashed(&dentry->d_hash); in d_unhashed()
|
/linux-4.1.27/fs/ |
D | dcache.c | 107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash() function 480 b = d_hash(dentry->d_parent, dentry->d_name.hash); in __d_drop() 483 __hlist_bl_del(&dentry->d_hash); in __d_drop() 484 dentry->d_hash.pprev = NULL; in __d_drop() 1451 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash)); in shrink_dcache_for_umount() 1595 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 1673 if (op->d_hash) in d_set_d_op() 1971 hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); in __d_obtain_alias() 2149 struct hlist_bl_head *b = d_hash(parent, hashlen_hash(hashlen)); in __d_lookup_rcu() 2173 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() [all …]
|
D | namei.c | 1848 err = parent->d_op->d_hash(parent, &this); in link_path_walk() 2209 int err = base->d_op->d_hash(base, &this); in lookup_one_len()
|
/linux-4.1.27/fs/hpfs/ |
D | dentry.c | 59 .d_hash = hpfs_hash_dentry,
|
/linux-4.1.27/fs/gfs2/ |
D | dentry.c | 131 .d_hash = gfs2_dhash,
|
/linux-4.1.27/fs/affs/ |
D | namei.c | 25 .d_hash = affs_hash_dentry, 30 .d_hash = affs_intl_hash_dentry,
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 88 .d_hash = efivarfs_d_hash,
|
/linux-4.1.27/fs/adfs/ |
D | dir.c | 256 .d_hash = adfs_hash,
|
/linux-4.1.27/fs/sysv/ |
D | namei.c | 42 .d_hash = sysv_hash,
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 134 .d_hash = isofs_hashi, 139 .d_hash = isofs_hash_ms, 143 .d_hash = isofs_hashi_ms,
|
/linux-4.1.27/fs/fat/ |
D | namei_vfat.c | 177 .d_hash = vfat_hashi, 183 .d_hash = vfat_hash,
|
D | namei_msdos.c | 190 .d_hash = msdos_hash,
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 65 d_hash list_head.
|
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 177 .d_hash = hfsplus_hash_dentry,
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 339 .d_hash() calling convention and locking rules are significantly 366 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes
|
D | Locking | 14 int (*d_hash)(const struct dentry *, struct qstr *); 28 d_hash no no no maybe
|
D | vfs.txt | 926 int (*d_hash)(const struct dentry *, struct qstr *); 970 d_hash: called when the VFS adds a dentry to the hash table. The first 971 dentry passed to d_hash is the parent directory that the name is
|
/linux-4.1.27/fs/cifs/ |
D | dir.c | 921 .d_hash = cifs_ci_hash,
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 715 dop->d_compare || dop->d_hash)) { in ovl_is_allowed_fs_type()
|
/linux-4.1.27/fs/ncpfs/ |
D | dir.c | 85 .d_hash = ncp_hash_dentry,
|
/linux-4.1.27/fs/jfs/ |
D | namei.c | 1603 .d_hash = jfs_ci_hash,
|