Searched refs:hfs_new_inode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | dir.c | 198 inode = hfs_new_inode(dir, &dentry->d_name, mode); in hfs_create() 227 inode = hfs_new_inode(dir, &dentry->d_name, S_IFDIR | mode); in hfs_mkdir()
|
H A D | hfs_fs.h | 204 extern struct inode *hfs_new_inode(struct inode *, const struct qstr *, umode_t);
|
H A D | inode.c | 181 * hfs_new_inode 183 struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name, umode_t mode) in hfs_new_inode() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | dir.c | 198 inode = hfs_new_inode(dir, &dentry->d_name, mode); in hfs_create() 228 inode = hfs_new_inode(dir, &dentry->d_name, S_IFDIR | mode); in hfs_mkdir()
|
H A D | hfs_fs.h | 206 extern struct inode *hfs_new_inode(struct inode *, const struct qstr *, umode_t);
|
H A D | inode.c | 185 * hfs_new_inode 187 struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name, umode_t mode) in hfs_new_inode() function
|
Completed in 5 milliseconds