Searched refs:h_tail_lsn (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h177 * By covering, we mean changing the h_tail_lsn in the last on-disk
194 * system is idle. We need two dummy transaction because the h_tail_lsn
196 * non-dummy transaction. The first dummy changes the h_tail_lsn to
198 * h_tail_lsn to point to the first dummy. Recovery starts at h_tail_lsn.
332 xfs_lsn_t h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */ member in struct:xlog_rec_header
H A Dxfs_log_recover.c858 *tail_blk = BLOCK_LSN(INT_GET(rhead->h_tail_lsn, ARCH_CONVERT));
875 log->l_tail_lsn = INT_GET(rhead->h_tail_lsn, ARCH_CONVERT);
1098 ASSIGN_ANY_LSN_DISK(recp->h_tail_lsn, tail_cycle, tail_block);
H A Dxfs_log.c2824 INT_SET(iclog->ic_header.h_tail_lsn, ARCH_CONVERT, log->l_tail_lsn);

Completed in 68 milliseconds