Lines Matching defs:lsn
338 xfs_lsn_t lsn)
380 to->di_lsn = lsn;
583 * at the given lsn. Since we always re-log all dirty data in an inode, the
585 * simply return the given lsn.
605 xfs_lsn_t lsn)
614 return lsn;
678 * flush. Thus, we only bother if the inode's lsn has not changed.
691 xfs_lsn_t lsn;
697 lsn = xfs_ail_delete_one(ailp, lip);
698 if (!tail_lsn && lsn)
699 tail_lsn = lsn;