Searched refs:hfs_free_fork (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | catalog.c | 245 hfs_free_fork(sb, &file, HFS_FK_DATA); in hfs_cat_delete() 247 hfs_free_fork(sb, &file, HFS_FK_RSRC); in hfs_cat_delete()
|
H A D | hfs_fs.h | 193 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
|
H A D | extent.c | 287 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) in hfs_free_fork() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | catalog.c | 245 hfs_free_fork(sb, &file, HFS_FK_DATA); in hfs_cat_delete() 247 hfs_free_fork(sb, &file, HFS_FK_RSRC); in hfs_cat_delete()
|
H A D | hfs_fs.h | 193 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
|
H A D | extent.c | 287 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) in hfs_free_fork() function
|
Completed in 4 milliseconds