.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* AFS Volume Location Service client interface |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved. |
---|
4 | 5 | * Written by David Howells (dhowells@redhat.com) |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License |
---|
8 | | - * as published by the Free Software Foundation; either version |
---|
9 | | - * 2 of the License, or (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #ifndef AFS_VL_H |
---|
.. | .. |
---|
26 | 22 | VLGETENTRYBYNAMEU = 527, /* AFS Get VLDB entry by name (UUID-variant) */ |
---|
27 | 23 | VLGETADDRSU = 533, /* AFS Get addrs for fileserver */ |
---|
28 | 24 | YVLGETENDPOINTS = 64002, /* YFS Get endpoints for file/volume server */ |
---|
| 25 | + YVLGETCELLNAME = 64014, /* YFS Get actual cell name */ |
---|
29 | 26 | VLGETCAPABILITIES = 65537, /* AFS Get server capabilities */ |
---|
30 | 27 | }; |
---|
31 | 28 | |
---|