Home
last modified time | relevance | path

Searched refs:xfs_trans_roll_inode (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr.c332 error = xfs_trans_roll_inode(&args.trans, dp); in xfs_attr_set()
599 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_leaf_addname()
614 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_leaf_addname()
687 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_leaf_addname()
870 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_addname()
907 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_addname()
990 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_addname()
1108 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_removename()
Dxfs_attr_remote.c502 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_rmtval_set()
633 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr_rmtval_remove()
Dxfs_attr_leaf.c2703 return xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr3_leaf_clearflag()
2754 return xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr3_leaf_setflag()
2872 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr3_leaf_flipflags()
/Linux-v4.19/fs/xfs/
Dxfs_attr_inactive.c89 error = xfs_trans_roll_inode(trans, dp); in xfs_attr3_leaf_freextent()
299 error = xfs_trans_roll_inode(trans, dp); in xfs_attr3_node_inactive()
366 error = xfs_trans_roll_inode(trans, dp); in xfs_attr3_root_inactive()
Dxfs_trans_inode.c144 xfs_trans_roll_inode( in xfs_trans_roll_inode() function
Dxfs_trans.h235 int xfs_trans_roll_inode(struct xfs_trans **, struct xfs_inode *);
Dxfs_inode.c1576 error = xfs_trans_roll_inode(&tp, ip); in xfs_itruncate_extents_flags()
/Linux-v4.19/fs/xfs/scrub/
Drepair.c601 return xfs_trans_roll_inode(&sc->tp, sc->ip); in xrep_reap_block()