Searched refs:hpfs_remove_dirent (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/hpfs/ |
H A D | namei.c | 393 r = hpfs_remove_dirent(dir, dno, de, &qbh, 1); in hpfs_unlink() 449 r = hpfs_remove_dirent(dir, dno, de, &qbh, 1); in hpfs_rmdir() 551 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) { in hpfs_rename() 584 if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 0))) { in hpfs_rename()
|
H A D | hpfs_fn.h | 251 int hpfs_remove_dirent(struct inode *, dnode_secno, struct hpfs_dirent *, struct quad_buffer_head *…
|
H A D | dnode.c | 711 int hpfs_remove_dirent(struct inode *i, dnode_secno dno, struct hpfs_dirent *de, in hpfs_remove_dirent() function
|