Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfs_mount.h64 #define NFS_MOUNT_NORDIRPLUS 0x4000 /* 5 */ macro
/linux-4.4.14/fs/nfs/
Dsuper.c642 { NFS_MOUNT_NORDIRPLUS, ",nordirplus", "" }, in nfs_show_mount_options()
1294 mnt->flags &= ~NFS_MOUNT_NORDIRPLUS; in nfs_parse_mount_options()
1297 mnt->flags |= NFS_MOUNT_NORDIRPLUS; in nfs_parse_mount_options()
Dnfs4client.c926 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()