Searched refs:sync_mode (Results 51 - 71 of 71) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Dinode.c579 if (wbc->sync_mode == WB_SYNC_ALL && buffer_dirty(bh)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dinode.c904 ret = ufs_update_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmigrate.c430 .sync_mode = WB_SYNC_NONE,
H A Dswapfile.c1255 .sync_mode = WB_SYNC_NONE,
H A Dvmscan.c375 .sync_mode = WB_SYNC_NONE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c1529 * (wbc->sync_mode == WB_SYNC_NONE) then it will redirty a page which has a
1534 * If block_write_full_page() is called with wbc->sync_mode ==
1554 int write_op = (wbc->sync_mode == WB_SYNC_ALL ?
1624 if (wbc->sync_mode != WB_SYNC_NONE || !wbc->nonblocking) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c152 .sync_mode = WB_SYNC_NONE,
1379 ret = udf_update_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c1626 if (wbc->sync_mode == WB_SYNC_ALL && !(current->flags & PF_MEMALLOC)) {
2426 if (wbc->sync_mode != WB_SYNC_NONE || !wbc->nonblocking) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dinode.c1289 return exofs_update_inode(inode, wbc->sync_mode == WB_SYNC_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsuper.c746 if (wbc->sync_mode == WB_SYNC_ALL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c1046 if (wbc->sync_mode == WB_SYNC_ALL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Daops.c937 sync = (wbc->sync_mode == WB_SYNC_ALL);
H A Dsuper.c2622 return __ntfs_write_inode(vi, wbc->sync_mode == WB_SYNC_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c454 static void sync_mode(struct slgt_info *info);
2496 sync_mode(info);
4173 static void sync_mode(struct slgt_info *info) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c1448 if (wbc->sync_mode != WB_SYNC_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c293 .sync_mode = WB_SYNC_ALL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.c726 if (wbc->sync_mode == WB_SYNC_NONE) {
H A Dinode.c4096 if (wbc->sync_mode == WB_SYNC_ALL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c1865 int wait = wbc->sync_mode == WB_SYNC_ALL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c3099 if (wbc->sync_mode != WB_SYNC_ALL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h2093 loff_t start, loff_t end, int sync_mode);

Completed in 212 milliseconds

123