Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnfs_mount.h65 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ macro
/openbmc/linux/fs/nfs/
H A Dfs_context.c630 ctx->flags |= NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
632 ctx->flags &= ~NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
H A Dnfs4client.c1086 if (server->flags & NFS_MOUNT_NORDIRPLUS) in nfs4_server_set_init_caps()
H A Dsuper.c450 { NFS_MOUNT_NORDIRPLUS, ",nordirplus", "" }, in nfs_show_mount_options()
H A Dclient.c1077 if (!(ctx->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()