Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnfs_mount.h55 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ macro
/Linux-v5.10/fs/nfs/
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()
Dsuper.c432 { NFS_MOUNT_NOCTO, ",nocto", "" }, in nfs_show_mount_options()
Dinode.c968 if (server->flags & NFS_MOUNT_NOCTO) in nfs_close_context()
Ddir.c1184 if (server->flags & NFS_MOUNT_NOCTO) in nfs_lookup_verify_inode()