Searched refs:xfs_trans_roll_inode (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_attr.c | 322 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()
|
D | xfs_trans_inode.c | 200 xfs_trans_roll_inode( in xfs_trans_roll_inode() function
|
D | xfs_attr_remote.c | 622 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/ |
D | xfs_attr_inactive.c | 240 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()
|
D | xfs_trans.h | 251 int xfs_trans_roll_inode(struct xfs_trans **, struct xfs_inode *);
|
/Linux-v5.10/fs/xfs/scrub/ |
D | repair.c | 587 return xfs_trans_roll_inode(&sc->tp, sc->ip); in xrep_reap_block()
|