Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hfs/
H A Ddir.c198 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 Dhfs_fs.h204 extern struct inode *hfs_new_inode(struct inode *, const struct qstr *, umode_t);
H A Dinode.c181 * 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 Ddir.c198 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 Dhfs_fs.h206 extern struct inode *hfs_new_inode(struct inode *, const struct qstr *, umode_t);
H A Dinode.c185 * 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