Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dnfs_fs_sb.h154 #define NFS_MOUNT_WRITE_WAIT 0x02000000 macro
/linux-5.19.10/fs/nfs/
Dfs_context.c829 ~(NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT); in nfs_fs_context_parse_param()
833 ctx->flags &= ~NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
837 NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
Dfile.c659 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
Dsuper.c526 if (nfss->flags & NFS_MOUNT_WRITE_WAIT) in nfs_show_mount_options()