Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfs_mount.h66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsuper.c437 { NFS_MOUNT_UNSHARED, ",nosharecache", "" }, in nfs_show_mount_options()
957 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
1180 if (old->flags & NFS_MOUNT_UNSHARED) in nfs_compare_super()
1241 if (server->flags & NFS_MOUNT_UNSHARED) in nfs_get_tree_common()
H A Dfs_context.c535 ctx->flags |= NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
537 ctx->flags &= ~NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()