Home
last modified time | relevance | path

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

/fs/
Dblock_dev.c321 bool is_sync : 1; member
344 if (!dio->is_sync) { in blkdev_bio_end_io()
384 bool is_read = (iov_iter_rw(iter) == READ), is_sync; in __blkdev_direct_IO() local
396 dio->is_sync = is_sync = is_sync_kiocb(iocb); in __blkdev_direct_IO()
397 if (dio->is_sync) { in __blkdev_direct_IO()
466 if (!is_sync) in __blkdev_direct_IO()
481 if (!is_sync) in __blkdev_direct_IO()
/fs/nfs/
Dinode.c959 void nfs_close_context(struct nfs_open_context *ctx, int is_sync) in nfs_close_context() argument
967 if (!is_sync) in nfs_close_context()
1023 static void __put_nfs_open_context(struct nfs_open_context *ctx, int is_sync) in __put_nfs_open_context() argument
1036 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
Dinternal.h385 void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
Dnfs4proc.c3822 static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) in nfs4_close_context() argument
3826 if (is_sync) in nfs4_close_context()