Home
last modified time | relevance | path

Searched refs:hmdfs_dentry (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.h64 struct hmdfs_dentry { struct
84 struct hmdfs_dentry nsl[DENTRY_PER_GROUP]; argument
155 struct hmdfs_dentry *insense_de;
169 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry,
Dhmdfs_dentryfile.c659 static struct hmdfs_dentry *find_in_block(struct hmdfs_dentry_group *dentry_blk, in find_in_block()
662 struct hmdfs_dentry **insense_de, in find_in_block()
665 struct hmdfs_dentry *de; in find_in_block()
699 static struct hmdfs_dentry *hmdfs_in_level(struct dentry *child_dentry, in hmdfs_in_level()
705 struct hmdfs_dentry *de = NULL; in hmdfs_in_level()
706 struct hmdfs_dentry *tmp_insense_de = NULL; in hmdfs_in_level()
740 struct hmdfs_dentry *hmdfs_find_dentry(struct dentry *child_dentry, in hmdfs_find_dentry()
743 struct hmdfs_dentry *de = NULL; in hmdfs_find_dentry()
779 struct hmdfs_dentry *de; in update_dentry()
951 struct hmdfs_dentry *de = NULL; in update_inode_to_dentry()
[all …]
Dinode_remote.c27 struct hmdfs_dentry *dentry = NULL; in lookup_remote_dentry()