Searched refs:IOP_COMMITTED (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ | ||
D | xfs_trans.h | 364 #define IOP_COMMITTED(ip, lsn) (*(ip)->li_ops->iop_committed)(ip, lsn) macro |
D | xfs_trans.c | 1405 item_lsn = IOP_COMMITTED(lip, commit_lsn); in xfs_trans_committed_bulk() |