Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_fs_sb.h167 #define NFS_MOUNT_WRITE_WAIT 0x02000000 macro
/linux/fs/nfs/
H A Dfs_context.c918 ~(NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT); in nfs_fs_context_parse_param()
922 ctx->flags &= ~NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
926 NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
H A Dfile.c689 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
H A Dsuper.c558 if (nfss->flags & NFS_MOUNT_WRITE_WAIT) in nfs_show_mount_options()