Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/block/
Dbfq-iosched.c364 struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) in bic_to_bfqq()
369 void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync) in bic_set_bfqq()
2389 bool is_sync = op_is_sync(bio->bi_opf); in bfq_allow_bio_merge() local
4250 static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync) in bfq_exit_icq_bfqq()
4362 struct bfq_io_cq *bic, pid_t pid, int is_sync) in bfq_init_bfqq()
4446 struct bio *bio, bool is_sync, in bfq_get_queue()
5054 bool split, bool is_sync, in bfq_get_bfqq_handle_split()
5159 const int is_sync = rq_is_sync(rq); in bfq_init_rq() local
Dcfq-iosched.c905 static inline struct cfq_queue *cic_to_cfqq(struct cfq_io_cq *cic, bool is_sync) in cic_to_cfqq()
911 bool is_sync) in cic_set_cfqq()
2583 bool is_sync = op_is_sync(bio->bi_opf); in cfq_allow_bio_merge() local
3729 pid_t pid, bool is_sync) in cfq_init_cfqq()
3811 cfq_get_queue(struct cfq_data *cfqd, bool is_sync, struct cfq_io_cq *cic, in cfq_get_queue()
4422 const bool is_sync = rq_is_sync(rq); in cfq_set_request() local
Dblk-core.c1365 const bool is_sync = op_is_sync(op); in __get_request() local
1542 const bool is_sync = op_is_sync(op); in get_request() local
Dblk-mq.c1839 const int is_sync = op_is_sync(bio->bi_opf); in blk_mq_make_request() local
/linux-4.19.296/fs/nfs/
Dinode.c919 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context()
984 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context()
Dnfs4proc.c3573 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context()
/linux-4.19.296/fs/
Dblock_dev.c288 bool is_sync : 1; member
345 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local