Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/linux-6.15/fs/nfs/
H A Dsuper.c458 { NFS_MOUNT_UNSHARED, ",nosharecache", "" }, in nfs_show_mount_options()
1017 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
1247 if (old->flags & NFS_MOUNT_UNSHARED) in nfs_compare_super()
1311 if (server->flags & NFS_MOUNT_UNSHARED) in nfs_get_tree_common()
H A Dfs_context.c687 ctx->flags |= NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
689 ctx->flags &= ~NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()