Home
last modified time | relevance | path

Searched refs:hfsplus_delete_cat (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Ddir.c336 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()
Dhfsplus_fs.h267 int hfsplus_delete_cat(u32, struct inode *, struct qstr *);
Dcatalog.c188 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat() function
Dinode.c242 hfsplus_delete_cat(inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL); in hfsplus_file_release()