Lines Matching +full:compound +full:- +full:device

1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
64 * - Maximum RPC message header. It can include 2 400byte authenticators plus
67 * - XDR overheads for the NFSv4 compound. This can include Owner and
97 * These numbers are hard-wired in the RFCs, so they can't be changed.
328 * The lower numbers -> 21 are used by NFSv2 and v3. These define higher
390 /* and the ones for the optional Extended attribute support (RFC-8276). */
657 /* Additional Extended Attribute access bits RFC-8276. */
726 /* Flags for Get Device Info. */
1119 * NFSATTRBIT_SUPPORTED - SUPP0 - bits 0<->31
1120 * SUPP1 - bits 32<->63
1121 * SUPP2 - bits 64<->95
1158 * NFSATTRBIT_S1 - subset of SUPP1 - OR of the following bits:
1214 * NFSATTRBIT_SETABLE - SETABLE0 - bits 0<->31
1215 * SETABLE1 - bits 32<->63
1216 * SETABLE2 - bits 64<->95
1236 * NFSATTRBIT_NFSV41 - Attributes only supported by NFSv4.1.
1248 * NFSATTRBIT_NFSV42 - Attributes only supported by NFSv4.2.
1259 * NFSATTRBIT_GETATTR0 - bits 0<->31
1273 * NFSATTRBIT_GETATTR1 - bits 32<->63
1289 * NFSATTRBIT_GETATTR2 - bits 64<->95
1296 * NFSATTRBIT_WRITEGETATTR0 - bits 0<->31
1310 * NFSATTRBIT_WRITEGETATTR1 - bits 32<->63
1324 * NFSATTRBIT_WRITEGETATTR2 - bits 64<->95
1331 * NFSATTRBIT_WCCATTR0 - bits 0<->31
1336 * NFSATTRBIT_WCCATTR1 - bits 32<->63
1342 * NFSATTRBIT_WCCATTR2 - bits 64<->95
1347 * NFSATTRBIT_CBGETATTR0 - bits 0<->31
1352 * NFSATTRBIT_CBGETATTR1 - bits 32<->63
1357 * NFSATTRBIT_CBGETATTR2 - bits 64<->95
1364 * NFSATTRBIT_STATFS0 - bits 0<->31
1380 * NFSATTRBIT_STATFS1 - bits 32<->63
1393 * NFSATTRBIT_STATFS2 - bits 64<->95
1401 * NFSGETATTRBIT_STATFS0 - bits 0<->31
1416 * NFSGETATTRBIT_STATFS1 - bits 32<->63
1425 * NFSGETATTRBIT_STATFS2 - bits 64<->95
1431 * NFSGETATTRBIT_PATHCONF0 - bits 0<->31
1442 * NFSGETATTRBIT_PATHCONF1 - bits 32<->63
1448 * NFSGETATTRBIT_PATHCONF2 - bits 64<->95
1562 (b)->bits[0] &= NFSOPBIT_MUST0; \
1563 (b)->bits[1] &= NFSOPBIT_MUST1; \
1564 (b)->bits[2] &= NFSOPBIT_MUST2; \
1585 (b)->bits[0] &= NFSOPBIT_ALLOWED0; \
1586 (b)->bits[1] &= NFSOPBIT_ALLOWED1; \
1587 (b)->bits[2] &= NFSOPBIT_ALLOWED2; \
1691 /* Options for Set Extended attribute (RFC-8276). */
1696 /* Values for ChangeAttrType (RFC-7862). */