Searched refs:do_sync (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsync.c24 static void do_sync(unsigned long wait) function
41 do_sync(1);
47 pdflush_operation(do_sync, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dquota.c636 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) function
846 int do_sync = 1; local
861 do_sync = 0;
864 do_sync = 0;
870 do_sync = 0;
873 return do_sync;
900 do_sync(count, qda);
1018 error = do_sync(num_qd, qda);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Darpd.c67 volatile int do_sync; variable
558 do_sync = 1;
565 do_sync = 1;
820 if (do_sync) {
823 do_sync = 0;
835 do_sync = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid1.c782 const int do_sync = bio_sync(bio); local
843 read_bio->bi_rw = READ | do_sync;
907 mbio->bi_rw = WRITE | do_barriers | do_sync;
942 if (do_sync)
1553 const int do_sync = bio_sync(r1_bio->master_bio); local
1574 bio->bi_rw = WRITE | do_sync;
1606 const int do_sync = bio_sync(r1_bio->master_bio); local
1622 bio->bi_rw = READ | do_sync;
H A Draid10.c781 const int do_sync = bio_sync(bio); local
863 read_bio->bi_rw = READ | do_sync;
909 mbio->bi_rw = WRITE | do_sync;
922 if (do_sync)
1566 const int do_sync = bio_sync(r10_bio->master_bio); local
1578 bio->bi_rw = READ | do_sync;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dinode.c42 static int ext2_update_inode(struct inode * inode, int do_sync);
1190 static int ext2_update_inode(struct inode * inode, int do_sync) argument
1282 if (do_sync) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c160 int cmp, do_sync, lockout, recovering, ret, t_ret; local
191 do_sync = 0;
817 do_sync = 1;
911 if (do_sync) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dinode.c843 static int ufs_update_inode(struct inode * inode, int do_sync) argument
874 if (do_sync)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c1615 int reiserfs_write_inode(struct inode *inode, int do_sync) argument
1627 if (do_sync && !(current->flags & PF_MEMALLOC)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dinode.c1427 udf_update_inode(struct inode *inode, int do_sync) argument
1651 if (do_sync)

Completed in 186 milliseconds