Searched refs:xfs_droplink (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 985 error = xfs_droplink(tp, dp); in xfs_dir_remove_child() 990 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1017 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1089 error = xfs_droplink(tp, dp2); in xfs_dir_exchange_children() 1113 error = xfs_droplink(tp, dp1); in xfs_dir_exchange_children() 1302 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1310 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1352 error = xfs_droplink(tp, src_dp); in xfs_dir_rename_children()
|
D | xfs_inode_util.h | 59 int xfs_droplink(struct xfs_trans *tp, struct xfs_inode *ip);
|
D | xfs_inode_util.c | 653 xfs_droplink( in xfs_droplink() function
|
/linux-6.12.1/fs/xfs/scrub/ |
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()
|