Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h155 #define NFS_MOUNT_WRITE_EAGER 0x01000000 macro
/openbmc/linux/fs/nfs/
H A Dfs_context.c907 ~(NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT); in nfs_fs_context_parse_param()
910 ctx->flags |= NFS_MOUNT_WRITE_EAGER; in nfs_fs_context_parse_param()
915 NFS_MOUNT_WRITE_EAGER | NFS_MOUNT_WRITE_WAIT; in nfs_fs_context_parse_param()
H A Dfile.c681 if (mntflags & NFS_MOUNT_WRITE_EAGER) { in nfs_file_write()
H A Dsuper.c541 if (nfss->flags & NFS_MOUNT_WRITE_EAGER) { in nfs_show_mount_options()
H A Dwrite.c727 if (!(mntflags & NFS_MOUNT_WRITE_EAGER) || wbc->for_kupdate || in nfs_writepages()