Home
last modified time | relevance | path

Searched refs:xfs_droplink (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c984 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 Dxfs_inode_util.h59 int xfs_droplink(struct xfs_trans *tp, struct xfs_inode *ip);
H A Dxfs_inode_util.c655 xfs_droplink( in xfs_droplink() function