Home
last modified time | relevance | path

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

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