Searched refs:xfs_droplink (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 984 error = xfs_droplink(tp, dp); in xfs_dir_remove_child() 989 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1016 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1088 error = xfs_droplink(tp, dp2); in xfs_dir_exchange_children() 1112 error = xfs_droplink(tp, dp1); in xfs_dir_exchange_children() 1301 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1309 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1351 error = xfs_droplink(tp, src_dp); in xfs_dir_rename_children()
|
| H A D | xfs_inode_util.h | 59 int xfs_droplink(struct xfs_trans *tp, struct xfs_inode *ip);
|
| H A D | xfs_inode_util.c | 656 xfs_droplink( in xfs_droplink() function
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | dirtree_repair.c | 445 error = xfs_droplink(sc->tp, dp); in xrep_dirtree_unlink() 458 error = xfs_droplink(sc->tp, sc->ip); in xrep_dirtree_unlink()
|