Home
last modified time | relevance | path

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

/fs/nfs/
Dinode.c856 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()
Dnfs4proc.c3365 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context()
/fs/
Dblock_dev.c298 bool is_sync : 1; member
355 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local