Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_NORDIRPLUS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfs_mount.h65 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 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.h65 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 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.h65 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c529 ctx->flags |= NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
531 ctx->flags &= ~NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
H A Dnfs4client.c1049 if (server->flags & NFS_MOUNT_NORDIRPLUS) in nfs4_server_common_setup()
H A Dsuper.c436 { NFS_MOUNT_NORDIRPLUS, ",nordirplus", "" }, in nfs_show_mount_options()
H A Dclient.c1007 if (!(ctx->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()