Searched refs:flush_flags (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.h211 int flush_flags; member in struct:_i2ChanStr
H A Di2lib.c541 if ( !( pCh->flush_flags && i2RetryFlushOutput( pCh ) ) ) {
974 if ( !(pCh->flush_flags && i2RetryFlushOutput(pCh) )
1109 ip2trace (CHANN, ITRC_FLUSH, 1, 1, pCh->flush_flags );
1111 if (pCh->flush_flags)
1115 pCh->flush_flags = STARTFL_FLAG; // Failed - flag for later
1120 pCh->flush_flags = STOPFL_FLAG; // Failed - flag for later
1129 int old_flags = pCh->flush_flags;
1133 pCh->flush_flags = 0; // Clear flag so we can avoid recursion
1153 pCh->flush_flags = old_flags;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c1036 uint flush_flags; local
1109 flush_flags = (nowait) ? XFS_QMOPT_DELWRI : XFS_QMOPT_SYNC;
1112 error = xfs_qm_dqflush(dqp, flush_flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vnodeops.c3745 int flush_flags; local
3763 flush_flags = XFS_IFLUSH_SYNC;
3765 flush_flags = XFS_IFLUSH_ASYNC;
3767 error = xfs_iflush(ip, flush_flags);

Completed in 114 milliseconds