Searched refs:hfsplus_new_inode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | dir.c | 445 inode = hfsplus_new_inode(dir->i_sb, dir, S_IFLNK | S_IRWXUGO); in hfsplus_symlink() 487 inode = hfsplus_new_inode(dir->i_sb, dir, mode); in hfsplus_mknod()
|
H A D | hfsplus_fs.h | 484 struct inode *hfsplus_new_inode(struct super_block *sb, struct inode *dir,
|
H A D | super.c | 554 sbi->hidden_dir = hfsplus_new_inode(sb, root, S_IFDIR); in hfsplus_fill_super()
|
H A D | inode.c | 368 struct inode *hfsplus_new_inode(struct super_block *sb, struct inode *dir, in hfsplus_new_inode() function
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | dir.c | 445 inode = hfsplus_new_inode(dir->i_sb, dir, S_IFLNK | S_IRWXUGO); in hfsplus_symlink() 487 inode = hfsplus_new_inode(dir->i_sb, dir, mode); in hfsplus_mknod()
|
H A D | hfsplus_fs.h | 475 struct inode *hfsplus_new_inode(struct super_block *sb, struct inode *dir,
|
H A D | super.c | 554 sbi->hidden_dir = hfsplus_new_inode(sb, root, S_IFDIR); in hfsplus_fill_super()
|
H A D | inode.c | 382 struct inode *hfsplus_new_inode(struct super_block *sb, struct inode *dir, in hfsplus_new_inode() function
|
Completed in 7 milliseconds