Home
last modified time | relevance | path

Searched refs:sharefs_inode_info (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/sharefs/
H A Dsuper.c162 struct sharefs_inode_info *i; in sharefs_alloc_inode()
169 memset(i, 0, offsetof(struct sharefs_inode_info, vfs_inode)); in sharefs_alloc_inode()
183 struct sharefs_inode_info *i = obj; in init_once()
194 sizeof(struct sharefs_inode_info), 0, in sharefs_init_inode_cache()
H A Dauthentication.c21 struct sharefs_inode_info *hii = SHAREFS_I(dir); in fixup_perm_from_level()
23 struct sharefs_inode_info *dinfo = SHAREFS_I(dinode); in fixup_perm_from_level()
74 struct sharefs_inode_info *hii = SHAREFS_I(root_inode); in sharefs_root_inode_perm_init()
H A Dsharefs.h49 struct sharefs_inode_info { struct
101 * sharefs_inode_info structure, SHAREFS_I will always (given a non-NULL
104 static inline struct sharefs_inode_info *SHAREFS_I(const struct inode *inode) in SHAREFS_I()
106 return container_of(inode, struct sharefs_inode_info, vfs_inode); in SHAREFS_I()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsuper.c162 struct sharefs_inode_info *i; in sharefs_alloc_inode()
169 memset(i, 0, offsetof(struct sharefs_inode_info, vfs_inode)); in sharefs_alloc_inode()
183 struct sharefs_inode_info *i = obj; in init_once()
194 sizeof(struct sharefs_inode_info), 0, in sharefs_init_inode_cache()
H A Dauthentication.c21 struct sharefs_inode_info *hii = SHAREFS_I(dir); in fixup_perm_from_level()
23 struct sharefs_inode_info *dinfo = SHAREFS_I(dinode); in fixup_perm_from_level()
74 struct sharefs_inode_info *hii = SHAREFS_I(root_inode); in sharefs_root_inode_perm_init()
H A Dsharefs.h50 struct sharefs_inode_info { struct
102 * sharefs_inode_info structure, SHAREFS_I will always (given a non-NULL
105 static inline struct sharefs_inode_info *SHAREFS_I(const struct inode *inode) in SHAREFS_I()
107 return container_of(inode, struct sharefs_inode_info, vfs_inode); in SHAREFS_I()

Completed in 3 milliseconds