Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_util.h60 void xfs_bumplink(struct xfs_trans *tp, struct xfs_inode *ip);
H A Dxfs_dir2.c873 xfs_bumplink(tp, dp); in xfs_dir_create_child()
937 xfs_bumplink(tp, ip); in xfs_dir_add_child()
1091 xfs_bumplink(tp, dp1); in xfs_dir_exchange_children()
1115 xfs_bumplink(tp, dp2); in xfs_dir_exchange_children()
1256 xfs_bumplink(tp, du_wip->ip); in xfs_dir_rename_children()
1277 xfs_bumplink(tp, target_dp); in xfs_dir_rename_children()
H A Dxfs_inode_util.c684 xfs_bumplink( in xfs_bumplink() function