Searched refs:hfsplus_new_inode (Results 1 – 4 of 4) sorted by relevance
446 inode = hfsplus_new_inode(dir->i_sb, S_IFLNK | S_IRWXUGO); in hfsplus_symlink()488 inode = hfsplus_new_inode(dir->i_sb, mode); in hfsplus_mknod()
480 struct inode *hfsplus_new_inode(struct super_block *sb, umode_t mode);
552 sbi->hidden_dir = hfsplus_new_inode(sb, S_IFDIR); in hfsplus_fill_super()
355 struct inode *hfsplus_new_inode(struct super_block *sb, umode_t mode) in hfsplus_new_inode() function