Searched defs:is_sync (Results 1 – 3 of 3) sorted by relevance
856 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context()921 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context()
3365 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context()
298 bool is_sync : 1; member355 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local