Searched refs:xfs_dir_removename (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.h | 70 extern int xfs_dir_removename(struct xfs_trans *tp, struct xfs_inode *dp,
|
D | xfs_dir2.c | 494 xfs_dir_removename( in xfs_dir_removename() function 1021 error = xfs_dir_removename(tp, dp, name, ip->i_ino, resblks); in xfs_dir_remove_child() 1366 error = xfs_dir_removename(tp, src_dp, src_name, src_ip->i_ino, in xfs_dir_rename_children()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dirtree_repair.c | 462 error = xfs_dir_removename(sc->tp, dp, &dl->xname, sc->ip->i_ino, in xrep_dirtree_unlink()
|