Searched refs:sharefs_iget (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | lookup.c | 69 /* we do actual inode initialization in sharefs_iget */ in sharefs_inode_set() 73 struct inode *sharefs_iget(struct super_block *sb, struct inode *lower_inode) in sharefs_iget() function 160 * We allocate our new inode below by calling sharefs_iget, in __sharefs_interpose() 165 inode = sharefs_iget(sb, lower_inode); in __sharefs_interpose()
|
H A D | main.c | 72 inode = sharefs_iget(sb, d_inode(lower_path.dentry)); in sharefs_fill_super()
|
H A D | sharefs.h | 87 extern struct inode *sharefs_iget(struct super_block *sb,
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | lookup.c | 69 /* we do actual inode initialization in sharefs_iget */ in sharefs_inode_set() 73 struct inode *sharefs_iget(struct super_block *sb, struct inode *lower_inode) in sharefs_iget() function 160 * We allocate our new inode below by calling sharefs_iget, in __sharefs_interpose() 165 inode = sharefs_iget(sb, lower_inode); in __sharefs_interpose()
|
H A D | main.c | 72 inode = sharefs_iget(sb, d_inode(lower_path.dentry)); in sharefs_fill_super()
|
H A D | sharefs.h | 88 extern struct inode *sharefs_iget(struct super_block *sb,
|
Completed in 3 milliseconds