hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/afs/afs_vl.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* AFS Volume Location Service client interface
23 *
34 * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved.
45 * 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.
106 */
117
128 #ifndef AFS_VL_H
....@@ -26,6 +22,7 @@
2622 VLGETENTRYBYNAMEU = 527, /* AFS Get VLDB entry by name (UUID-variant) */
2723 VLGETADDRSU = 533, /* AFS Get addrs for fileserver */
2824 YVLGETENDPOINTS = 64002, /* YFS Get endpoints for file/volume server */
25
+ YVLGETCELLNAME = 64014, /* YFS Get actual cell name */
2926 VLGETCAPABILITIES = 65537, /* AFS Get server capabilities */
3027 };
3128