Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_UNSHARED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/openbmc/linux/fs/nfs/
H A Dsuper.c451 { NFS_MOUNT_UNSHARED, ",nosharecache", "" }, in nfs_show_mount_options()
986 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
1216 if (old->flags & NFS_MOUNT_UNSHARED) in nfs_compare_super()
1280 if (server->flags & NFS_MOUNT_UNSHARED) in nfs_get_tree_common()
H A Dfs_context.c636 ctx->flags |= NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
638 ctx->flags &= ~NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()