Searched defs:is_sync (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/fs/nfs/ |
H A D | inode.c | 771 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) nfs_close_context() argument 831 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) __put_nfs_open_context() argument
|
H A D | nfs4proc.c | 3006 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) nfs4_close_context() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
H A D | lov_obd.c | 472 int i, is_sync; lov_notify() local
|
/linux-4.4.14/drivers/net/phy/ |
H A D | dp83640.c | 965 static int is_sync(struct sk_buff *skb, int type) is_sync() function
|
/linux-4.4.14/block/ |
H A D | blk-core.c | 1068 const bool is_sync = rw_is_sync(rw_flags) != 0; __get_request() local 1235 const bool is_sync = rw_is_sync(rw_flags) != 0; get_request() local
|
H A D | blk-mq.c | 1244 const int is_sync = rw_is_sync(bio->bi_rw); blk_mq_make_request() local 1341 const int is_sync = rw_is_sync(bio->bi_rw); blk_sq_make_request() local
|
H A D | cfq-iosched.c | 879 static inline struct cfq_queue *cic_to_cfqq(struct cfq_io_cq *cic, bool is_sync) cic_to_cfqq() argument 3778 cfq_get_queue(struct cfq_data *cfqd, bool is_sync, struct cfq_io_cq *cic, cfq_get_queue() argument 4356 const bool is_sync = rq_is_sync(rq); cfq_set_request() local 884 cic_set_cfqq(struct cfq_io_cq *cic, struct cfq_queue *cfqq, bool is_sync) cic_set_cfqq() argument 3697 cfq_init_cfqq(struct cfq_data *cfqd, struct cfq_queue *cfqq, pid_t pid, bool is_sync) cfq_init_cfqq() argument
|
/linux-4.4.14/fs/fuse/ |
H A D | file.c | 565 bool is_sync = is_sync_kiocb(io->iocb); fuse_aio_complete() local 2796 bool is_sync = is_sync_kiocb(iocb); fuse_direct_IO() local
|
Completed in 1574 milliseconds