Searched refs:hfs_cat_delete (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | hfs_fs.h | 182 extern int hfs_cat_delete(u32, struct inode *, const struct qstr *);
|
H A D | dir.c | 261 res = hfs_cat_delete(inode->i_ino, dir, &dentry->d_name); in hfs_remove()
|
H A D | catalog.c | 216 * hfs_cat_delete() 221 int hfs_cat_delete(u32 cnid, struct inode *dir, const struct qstr *str) in hfs_cat_delete() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | hfs_fs.h | 182 extern int hfs_cat_delete(u32, struct inode *, const struct qstr *);
|
H A D | dir.c | 262 res = hfs_cat_delete(inode->i_ino, dir, &dentry->d_name); in hfs_remove()
|
H A D | catalog.c | 216 * hfs_cat_delete() 221 int hfs_cat_delete(u32 cnid, struct inode *dir, const struct qstr *str) in hfs_cat_delete() function
|
Completed in 4 milliseconds