Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/linux-5.19.10/fs/nfs/
Dsuper.c445 { NFS_MOUNT_UNSHARED, ",nosharecache", "" }, in nfs_show_mount_options()
974 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
1194 if (old->flags & NFS_MOUNT_UNSHARED) in nfs_compare_super()
1258 if (server->flags & NFS_MOUNT_UNSHARED) in nfs_get_tree_common()
Dfs_context.c581 ctx->flags |= NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
583 ctx->flags &= ~NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()