hpfs_remove_dirent  251 fs/hpfs/hpfs_fn.h int hpfs_remove_dirent(struct inode *, dnode_secno, struct hpfs_dirent *, struct quad_buffer_head *, int);
hpfs_remove_dirent  398 fs/hpfs/namei.c 	r = hpfs_remove_dirent(dir, dno, de, &qbh, 1);
hpfs_remove_dirent  454 fs/hpfs/namei.c 	r = hpfs_remove_dirent(dir, dno, de, &qbh, 1);
hpfs_remove_dirent  555 fs/hpfs/namei.c 		if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 1)) != 2) {
hpfs_remove_dirent  588 fs/hpfs/namei.c 	if ((r = hpfs_remove_dirent(old_dir, dno, dep, &qbh, 0))) {