Searched refs:configfs_new_inode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | inode.c | 112 struct inode *configfs_new_inode(umode_t mode, struct configfs_dirent *sd, in configfs_new_inode() function 177 inode = configfs_new_inode(mode, sd, dentry->d_sb); in configfs_create()
|
H A D | configfs_internal.h | 68 extern struct inode * configfs_new_inode(umode_t mode, struct configfs_dirent *, struct super_block *);
|
H A D | mount.c | 76 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | inode.c | 104 struct inode *configfs_new_inode(umode_t mode, struct configfs_dirent *sd, in configfs_new_inode() function 169 inode = configfs_new_inode(mode, sd, dentry->d_sb); in configfs_create()
|
H A D | mount.c | 74 inode = configfs_new_inode(S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO, in configfs_fill_super()
|
H A D | configfs_internal.h | 66 extern struct inode * configfs_new_inode(umode_t mode, struct configfs_dirent *, struct super_block *);
|
Completed in 4 milliseconds