Searched refs:NULLCOMMITLSN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h125 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
H A Dxfs_trans.c1183 if (commit_lsn != NULLCOMMITLSN)
1211 if (commit_lsn != NULLCOMMITLSN)
1431 xfs_trans_free_items(tp, NULLCOMMITLSN, flags);
1761 xfs_trans_free_items(tp, NULLCOMMITLSN, error ? XFS_TRANS_ABORT : 0);
1823 xfs_trans_free_items(tp, NULLCOMMITLSN, flags);
H A Dxfs_log_cil.c697 xfs_lsn_t commit_lsn = NULLCOMMITLSN;
H A Dxfs_log.c3172 if (lsn == NULLCOMMITLSN)

Completed in 39 milliseconds