Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_attr.c322 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_set_args()
687 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_leaf_addname()
729 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr_leaf_addname()
980 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_addname()
1017 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_addname()
1058 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr_node_addname()
1277 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_node_removename()
Dxfs_trans_inode.c200 xfs_trans_roll_inode( in xfs_trans_roll_inode() function
Dxfs_attr_remote.c622 error = xfs_trans_roll_inode(&args->trans, dp); in xfs_attr_rmtval_set()
695 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr_rmtval_remove()
/Linux-v5.10/fs/xfs/
Dxfs_attr_inactive.c240 error = xfs_trans_roll_inode(trans, dp); in xfs_attr3_node_inactive()
315 error = xfs_trans_roll_inode(trans, dp); in xfs_attr3_root_inactive()
Dxfs_trans.h251 int xfs_trans_roll_inode(struct xfs_trans **, struct xfs_inode *);
/Linux-v5.10/fs/xfs/scrub/
Drepair.c587 return xfs_trans_roll_inode(&sc->tp, sc->ip); in xrep_reap_block()