Searched refs:xfs_droplink (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 983 error = xfs_droplink(tp, dp); in xfs_dir_remove_child() 988 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1015 error = xfs_droplink(tp, ip); in xfs_dir_remove_child() 1087 error = xfs_droplink(tp, dp2); in xfs_dir_exchange_children() 1111 error = xfs_droplink(tp, dp1); in xfs_dir_exchange_children() 1300 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1308 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1350 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 | 645 xfs_droplink( in xfs_droplink() function
|
| /linux/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()
|