Searched refs:sync_mode (Results 1 - 25 of 28) sorted by relevance

12

/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.h43 enum writeback_sync_modes sync_mode; member in struct:writeback_control
H A Dfs.h1632 loff_t start, loff_t end, int sync_mode);
/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)) {
350 if (wbc->sync_mode == WB_SYNC_HOLD) {
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/drivers/scsi/
H A Ddc395x.c285 u8 sync_mode; /* 0:async mode */ member in struct:DeviceCtlBlk
1291 dcb->sync_mode &= ~(SYNC_NEGO_DONE + WIDE_NEGO_DONE);
1300 dcb->sync_mode &= ~WIDE_NEGO_ENABLE;
1532 && (((dcb->sync_mode & WIDE_NEGO_ENABLE)
1533 && !(dcb->sync_mode & WIDE_NEGO_DONE))
1534 || ((dcb->sync_mode & SYNC_NEGO_ENABLE)
1535 && !(dcb->sync_mode & SYNC_NEGO_DONE)))
1542 if (dcb->sync_mode & WIDE_NEGO_ENABLE
1548 if (dcb->sync_mode & SYNC_NEGO_ENABLE
1553 if (dcb->sync_mode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage-writeback.c218 .sync_mode = WB_SYNC_NONE,
369 .sync_mode = WB_SYNC_NONE,
441 .sync_mode = WB_SYNC_NONE,
601 * the call was made get new I/O started against them. If wbc->sync_mode is
666 if (wbc->sync_mode != WB_SYNC_NONE)
766 .sync_mode = WB_SYNC_ALL,
H A Dpage_io.c121 if (wbc->sync_mode == WB_SYNC_ALL)
H A Dfilemap.c174 * @sync_mode: enable synchronous operation
179 * If sync_mode is WB_SYNC_ALL then this is a "data integrity" operation, as
185 loff_t end, int sync_mode)
189 .sync_mode = sync_mode,
203 int sync_mode)
205 return __filemap_fdatawrite_range(mapping, 0, LLONG_MAX, sync_mode);
184 __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, loff_t end, int sync_mode) argument
202 __filemap_fdatawrite(struct address_space *mapping, int sync_mode) argument
H A Dmigrate.c496 .sync_mode = WB_SYNC_NONE,
H A Dvmscan.c351 .sync_mode = WB_SYNC_NONE,
H A Dswapfile.c871 .sync_mode = WB_SYNC_NONE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddma.c160 int frame_count, int sync_mode,
168 if (sync_mode == OMAP_DMA_SYNC_FRAME)
172 if (sync_mode == OMAP_DMA_SYNC_BLOCK)
188 if (sync_mode & OMAP_DMA_SYNC_FRAME)
193 if (sync_mode & OMAP_DMA_SYNC_BLOCK)
283 params->sync_mode, params->trigger,
159 omap_set_dma_transfer_params(int lch, int data_type, int elem_count, int frame_count, int sync_mode, int dma_trigger, int src_or_dst_synch) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Ddma.h358 int sync_mode; /* sycn on element, frame , block or packet */ member in struct:omap_dma_channel_params
376 int sync_mode,
/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.c552 if (wbc->sync_mode != WB_SYNC_NONE)
758 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndmips.c1193 uint32 pll_type, sync_mode; local
1659 sync_mode = MFC0(C0_BROADCOM, 4);
1675 MTC0(C0_BROADCOM, 4, sync_mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c931 if (wbc->sync_mode == WB_SYNC_NONE && wbc->nonblocking)
1261 .sync_mode = WB_SYNC_ALL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c665 const int sync_mode = cpu_is_omap15xx() local
674 length, 1, sync_mode, 0, 0);
680 ep->ep.maxpacket >> 1, length, sync_mode,
/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/fat/
H A Dinode.c1443 .sync_mode = WB_SYNC_NONE,
/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c467 static void sync_mode(struct slgt_info *info);
2475 sync_mode(info);
4100 static void sync_mode(struct slgt_info *info) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c1221 if (wbc->sync_mode != WB_SYNC_NONE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vnodeops.c3878 int sync_mode)
3928 error = xfs_iflush(ip, sync_mode);
3875 xfs_finish_reclaim( xfs_inode_t *ip, int locked, int sync_mode) argument

Completed in 326 milliseconds

12