Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnfs_mount.h55 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ 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.h55 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ 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.h55 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c489 ctx->flags |= NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
491 ctx->flags &= ~NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
H A Dsuper.c432 { NFS_MOUNT_NOCTO, ",nocto", "" }, in nfs_show_mount_options()
H A Dinode.c980 if (server->flags & NFS_MOUNT_NOCTO) in nfs_close_context()
H A Ddir.c1183 if (server->flags & NFS_MOUNT_NOCTO) in nfs_lookup_verify_inode()