Searched refs:WB_SYNC_ALL (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dfsync.c81 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dfsync.c81 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwriteback.h31 WB_SYNC_ALL, /* Wait on every mapping */ enumerator in enum:writeback_sync_modes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfs-writeback.c158 int wait = wbc->sync_mode == WB_SYNC_ALL;
253 if ((wbc->sync_mode != WB_SYNC_ALL) && (inode->i_state & I_LOCK)) {
443 .sync_mode = wait ? WB_SYNC_ALL : WB_SYNC_HOLD,
543 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_io.c121 if (wbc->sync_mode == WB_SYNC_ALL)
H A Dfilemap.c179 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
210 return __filemap_fdatawrite(mapping, WB_SYNC_ALL);
217 return __filemap_fdatawrite_range(mapping, start, end, WB_SYNC_ALL);
408 WB_SYNC_ALL);
H A Dpage-writeback.c602 * WB_SYNC_ALL then we were called for data integrity and we must wait for
766 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c1337 .sync_mode = WB_SYNC_ALL,
1359 .sync_mode = WB_SYNC_ALL,
1384 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dwrite.c758 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dinode.c1303 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c1261 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Daops.c925 sync = (wbc->sync_mode == WB_SYNC_ALL);

Completed in 110 milliseconds