Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dnfs_mount.h65 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ macro
/linux-4.19.296/fs/nfs/
Dsuper.c637 { NFS_MOUNT_NORDIRPLUS, ",nordirplus", "" }, in nfs_show_mount_options()
1304 mnt->flags &= ~NFS_MOUNT_NORDIRPLUS; in nfs_parse_mount_options()
1307 mnt->flags |= NFS_MOUNT_NORDIRPLUS; in nfs_parse_mount_options()
Dnfs4client.c1004 if (server->flags & NFS_MOUNT_NORDIRPLUS) in nfs4_server_common_setup()
Dclient.c971 if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()