Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Dinode.c619 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context()
669 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context()
Dnfs4proc.c2197 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context()
/linux-3.4.99/block/
Dcfq-iosched.c486 static inline struct cfq_queue *cic_to_cfqq(struct cfq_io_cq *cic, bool is_sync) in cic_to_cfqq()
492 bool is_sync) in cic_set_cfqq()
2806 pid_t pid, bool is_sync) in cfq_init_cfqq()
2850 cfq_find_alloc_queue(struct cfq_data *cfqd, bool is_sync, in cfq_find_alloc_queue()
2917 cfq_get_queue(struct cfq_data *cfqd, bool is_sync, struct io_context *ioc, in cfq_get_queue()
3473 const bool is_sync = rq_is_sync(rq); in cfq_set_request() local
Dblk-core.c789 const bool is_sync = rw_is_sync(rw_flags) != 0; in get_request() local
941 const bool is_sync = rw_is_sync(rw_flags) != 0; in get_request_wait() local
/linux-3.4.99/drivers/net/phy/
Ddp83640.c764 static int is_sync(struct sk_buff *skb, int type) in is_sync() function