Searched refs:hfs_new_inode (Results 1 – 3 of 3) sorted by relevance
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()
206 extern struct inode *hfs_new_inode(struct inode *, const struct qstr *, umode_t);
187 struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name, umode_t mode) in hfs_new_inode() function