Searched refs:sd_log_flush_head (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dlog.c440 if (sdp->sd_log_flush_head == sdp->sd_log_tail)
441 BUG_ON(sdp->sd_log_flush_head != sdp->sd_log_head);
443 if (++sdp->sd_log_flush_head == sdp->sd_jdesc->jd_blocks) {
444 sdp->sd_log_flush_head = 0;
475 u64 blkno = log_bmap(sdp, sdp->sd_log_flush_head);
523 u64 blkno = log_bmap(sdp, sdp->sd_log_flush_head);
565 u64 blkno = log_bmap(sdp, sdp->sd_log_flush_head);
590 lh->lh_blkno = cpu_to_be32(sdp->sd_log_flush_head);
620 sdp->sd_log_idle = (tail == sdp->sd_log_flush_head);
729 sdp->sd_log_flush_head
[all...]
H A Dincore.h646 unsigned int sd_log_flush_head; member in struct:gfs2_sbd

Completed in 118 milliseconds