Searched refs:hfsplus_delete_cat (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c335 res = hfsplus_delete_cat(cnid, dir, &dentry->d_name);
344 res = hfsplus_delete_cat(inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL);
386 res = hfsplus_delete_cat(inode->i_ino, dir, &dentry->d_name);
H A Dhfsplus_fs.h309 int hfsplus_delete_cat(u32, struct inode *, struct qstr *);
H A Dcatalog.c230 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) function
H A Dinode.c264 hfsplus_delete_cat(inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c368 res = hfsplus_delete_cat(&hfsplus_handle, cnid, dir, &dentry->d_name);
378 res = hfsplus_delete_cat(&hfsplus_handle, inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL);
434 res = hfsplus_delete_cat(&hfsplus_handle, inode->i_ino, dir, &dentry->d_name);
H A Dhfsplus_fs.h359 int hfsplus_delete_cat(hfsplus_handle_t *, u32, struct inode *, struct qstr *);
H A Dcatalog.c233 int hfsplus_delete_cat(hfsplus_handle_t *hfsplus_handle, u32 cnid, struct inode *dir, struct qstr *str) function
H A Dinode.c511 hfsplus_delete_cat(&hfsplus_handle, inode->i_ino, HFSPLUS_SB(sb).hidden_dir, NULL);

Completed in 130 milliseconds