Searched refs:hfsplus_delete_cat (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | dir.c | 336 res = hfsplus_delete_cat(cnid, dir, &dentry->d_name); in hfsplus_unlink() 344 res = hfsplus_delete_cat(inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL); in hfsplus_unlink() 384 res = hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name); in hfsplus_rmdir()
|
D | hfsplus_fs.h | 267 int hfsplus_delete_cat(u32, struct inode *, struct qstr *);
|
D | catalog.c | 188 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat() function
|
D | inode.c | 242 hfsplus_delete_cat(inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL); in hfsplus_file_release()
|