Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dnfs_mount.h55 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ macro
/linux-6.6.21/fs/nfs/
Dfs_context.c585 ctx->flags |= NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
587 ctx->flags &= ~NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
Dsuper.c444 { NFS_MOUNT_NOCTO, ",nocto", "" }, in nfs_show_mount_options()
Dinode.c1024 if (NFS_SERVER(inode)->flags & NFS_MOUNT_NOCTO) in nfs_close_context()
Ddir.c1561 if (server->flags & NFS_MOUNT_NOCTO) in nfs_lookup_verify_inode()