Searched refs:hfsplus_delete_cat (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | dir.c | 279 * hfsplus_delete_cat() is provided by directory lock. in hfsplus_readdir() 385 res = hfsplus_delete_cat(cnid, dir, &dentry->d_name); in hfsplus_unlink() 397 res = hfsplus_delete_cat(inode->i_ino, in hfsplus_unlink() 425 res = hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_rmdir() 462 hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_symlink() 503 hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_mknod()
|
H A D | hfsplus_fs.h | 460 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str);
|
H A D | catalog.c | 330 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str) in hfsplus_delete_cat() function
|
H A D | super.c | 576 hfsplus_delete_cat(sbi->hidden_dir->i_ino, in hfsplus_fill_super()
|
H A D | inode.c | 235 hfsplus_delete_cat(inode->i_ino, in hfsplus_file_release()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | dir.c | 279 * hfsplus_delete_cat() is provided by directory lock. in hfsplus_readdir() 385 res = hfsplus_delete_cat(cnid, dir, &dentry->d_name); in hfsplus_unlink() 397 res = hfsplus_delete_cat(inode->i_ino, in hfsplus_unlink() 425 res = hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_rmdir() 462 hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_symlink() 503 hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_mknod()
|
H A D | hfsplus_fs.h | 449 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str);
|
H A D | super.c | 576 hfsplus_delete_cat(sbi->hidden_dir->i_ino, in hfsplus_fill_super()
|
H A D | catalog.c | 330 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str) in hfsplus_delete_cat() function
|
H A D | inode.c | 240 hfsplus_delete_cat(inode->i_ino, in hfsplus_file_release()
|
Completed in 8 milliseconds