Home
last modified time | relevance | path

Searched refs:hfsplus_new_inode (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/hfsplus/
Ddir.c440 inode = hfsplus_new_inode(dir->i_sb, S_IFLNK | S_IRWXUGO); in hfsplus_symlink()
482 inode = hfsplus_new_inode(dir->i_sb, mode); in hfsplus_mknod()
Dhfsplus_fs.h479 struct inode *hfsplus_new_inode(struct super_block *sb, umode_t mode);
Dinode.c359 struct inode *hfsplus_new_inode(struct super_block *sb, umode_t mode) in hfsplus_new_inode() function
Dsuper.c548 sbi->hidden_dir = hfsplus_new_inode(sb, S_IFDIR); in hfsplus_fill_super()