Searched refs:NFS_MOUNT_FORCE_RDIRPLUS (Results 1 – 3 of 3) sorted by relevance
172 #define NFS_MOUNT_FORCE_RDIRPLUS 0x20000000 macro
696 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param() 699 ctx->flags &= ~(NFS_MOUNT_NORDIRPLUS | NFS_MOUNT_FORCE_RDIRPLUS); in nfs_fs_context_parse_param() 703 ctx->flags &= ~NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param() 708 ctx->flags |= NFS_MOUNT_FORCE_RDIRPLUS; in nfs_fs_context_parse_param()
669 if (NFS_SERVER(dir)->flags & NFS_MOUNT_FORCE_RDIRPLUS) in nfs_use_readdirplus()