Searched refs:sc_flush_request (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/nilfs2/
H A Dsegment.h113 * @sc_flush_request: inode bitmap of metadata files to be flushed
164 unsigned long sc_flush_request; member in struct:nilfs_sc_info
H A Dsegment.c277 if (!sci || !sci->sc_flush_request)
284 if (sci->sc_flush_request &&
2170 if (!(sci->sc_flush_request & (1 << bn))) {
2171 unsigned long prev_req = sci->sc_flush_request;
2173 sci->sc_flush_request |= (1 << bn);
2384 sci->sc_flush_request = 0;
2387 sci->sc_flush_request &= ~FLUSH_FILE_BIT;
2389 sci->sc_flush_request &= ~FLUSH_DAT_BIT;
2541 mode = (sci->sc_flush_request & FLUSH_DAT_BIT) ?
2549 sci->sc_flush_request
[all...]

Completed in 59 milliseconds