Home
last modified time | relevance | path

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

/fs/nfs/
Dinode.c930 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context()
994 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context()
Dnfs4proc.c3695 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context()
/fs/
Dblock_dev.c284 bool is_sync : 1; member
347 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local