Home
last modified time | relevance | path

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

/Linux-v5.15/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.h236 int xfs_trans_roll_inode(struct xfs_trans **, struct xfs_inode *);
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_trans_inode.c214 xfs_trans_roll_inode( in xfs_trans_roll_inode() function
Dxfs_attr.c266 error = xfs_trans_roll_inode(&args->trans, args->dp); in xfs_attr_trans_roll()
/Linux-v5.15/fs/xfs/scrub/
Drepair.c592 return xfs_trans_roll_inode(&sc->tp, sc->ip); in xrep_reap_block()