Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnfs_fs_sb.h156 #define NFS_MOUNT_WRITE_WAIT 0x02000000 macro
/Linux-v6.6/fs/nfs/
Dfs_context.c907 ~(NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT); in nfs_fs_context_parse_param()
911 ctx->flags &= ~NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
915 NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
Dfile.c688 if (mntflags & NFS_MOUNT_WRITE_WAIT) { in nfs_file_write()
Dsuper.c540 if (nfss->flags & NFS_MOUNT_WRITE_WAIT) in nfs_show_mount_options()