Home
last modified time | relevance | path

Searched refs:is_sync (Results 1 – 4 of 4) sorted by relevance

/fs/
Dblock_dev.c284 bool is_sync : 1; member
307 if (!dio->is_sync) { in blkdev_bio_end_io()
347 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local
359 dio->is_sync = is_sync = is_sync_kiocb(iocb); in __blkdev_direct_IO()
360 if (dio->is_sync) { in __blkdev_direct_IO()
427 if (!is_sync) in __blkdev_direct_IO()
442 if (!is_sync) in __blkdev_direct_IO()
/fs/nfs/
Dinode.c930 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context() argument
938 if (!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() argument
1007 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
Dinternal.h342 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
Dnfs4proc.c3695 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context() argument
3699 if (is_sync) in nfs4_close_context()