nfs4_attr.h (0:68f95e015346) nfs4_attr.h (11291:80bdcd03e626)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 *
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
13 *
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _NFS4_ATTR_H
28#define _NFS4_ATTR_H
29
23 * Use is subject to license terms.
24 */
25
26#ifndef _NFS4_ATTR_H
27#define _NFS4_ATTR_H
28
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#ifdef __cplusplus
33extern "C" {
34#endif
35
36#define FATTR4_WORD0 32
37#define FATTR4_WORD1 0
38
39/*

--- 391 unchanged lines hidden (view full) ---

431 /*
432 * Bitmask with valid fields being:
433 * ACL4_SUPPORT_ALLOW_ACL
434 * ACL4_SUPPORT_DENY_ACL
435 * ACL4_SUPPORT_AUDIT_ACL
436 * ACL4_SUPPORT_ALARM_ACL
437 */
438 fattr4_aclsupport n4g_aclsupport;
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33#define FATTR4_WORD0 32
34#define FATTR4_WORD1 0
35
36/*

--- 391 unchanged lines hidden (view full) ---

428 /*
429 * Bitmask with valid fields being:
430 * ACL4_SUPPORT_ALLOW_ACL
431 * ACL4_SUPPORT_DENY_ACL
432 * ACL4_SUPPORT_AUDIT_ACL
433 * ACL4_SUPPORT_ALARM_ACL
434 */
435 fattr4_aclsupport n4g_aclsupport;
436 fattr4_fs_locations n4g_fslocations;
439} nfs4_ga_ext_res_t;
440
441extern bitmap4 rfs4_supported_attrs;
442
443#ifdef __cplusplus
444}
445#endif
446
447#endif /* _NFS4_ATTR_H */
437} nfs4_ga_ext_res_t;
438
439extern bitmap4 rfs4_supported_attrs;
440
441#ifdef __cplusplus
442}
443#endif
444
445#endif /* _NFS4_ATTR_H */