Searched refs:hfsplus_create_cat (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/hfsplus/ |
D | dir.c | 329 res = hfsplus_create_cat(cnid, src_dir, in hfsplus_link() 337 res = hfsplus_create_cat(cnid, dst_dir, &dst_dentry->d_name, inode); in hfsplus_link() 448 res = hfsplus_create_cat(inode->i_ino, dir, &dentry->d_name, inode); in hfsplus_symlink() 489 res = hfsplus_create_cat(inode->i_ino, dir, &dentry->d_name, inode); in hfsplus_mknod()
|
D | hfsplus_fs.h | 453 int hfsplus_create_cat(u32 cnid, struct inode *dir, struct qstr *str,
|
D | catalog.c | 252 int hfsplus_create_cat(u32 cnid, struct inode *dir, in hfsplus_create_cat() function
|
D | super.c | 555 err = hfsplus_create_cat(sbi->hidden_dir->i_ino, root, in hfsplus_fill_super()
|