Home
last modified time | relevance | path

Searched refs:hfs_new_inode (Results 1 – 3 of 3) sorted by relevance

/linux/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.h183 extern struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name,
H A Dinode.c183 struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name, umode_t mode) in hfs_new_inode() function