Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfs_mount.h54 #define NFS_MOUNT_NOCTO 0x0010 /* 1 */ macro
/linux-4.4.14/fs/nfs/
Dsuper.c638 { NFS_MOUNT_NOCTO, ",nocto", "" }, in nfs_show_mount_options()
1253 mnt->flags &= ~NFS_MOUNT_NOCTO; in nfs_parse_mount_options()
1256 mnt->flags |= NFS_MOUNT_NOCTO; in nfs_parse_mount_options()
Dinode.c790 if (server->flags & NFS_MOUNT_NOCTO) in nfs_close_context()
Ddir.c1057 if ((flags & LOOKUP_OPEN) && !(server->flags & NFS_MOUNT_NOCTO) && in nfs_lookup_verify_inode()