Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/linux-4.19.296/fs/nfs/
Dsuper.c638 { NFS_MOUNT_UNSHARED, ",nosharecache", "" }, in nfs_show_mount_options()
1310 mnt->flags &= ~NFS_MOUNT_UNSHARED; in nfs_parse_mount_options()
1313 mnt->flags |= NFS_MOUNT_UNSHARED; in nfs_parse_mount_options()
2224 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
2497 if (old->flags & NFS_MOUNT_UNSHARED) in nfs_compare_super()
2604 if (server->flags & NFS_MOUNT_UNSHARED) in nfs_fs_mount_common()
2640 if (!(server->flags & NFS_MOUNT_UNSHARED)) in nfs_fs_mount_common()