Lines Matching +full:set +full:- +full:aces
1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/backing-dev.h>
31 int cl_cons_state; /* current construction state (-ve: init error) */
36 #define NFS_CS_CALLBACK 1 /* - callback started */
37 #define NFS_CS_IDMAP 2 /* - idmap started */
38 #define NFS_CS_RENEWD 3 /* - renewd started */
42 #define NFS_CS_NORESVPORT 0 /* - use ephemeral src port */
43 #define NFS_CS_DISCRTRY 1 /* - disconnect on RPC retry */
44 #define NFS_CS_MIGRATION 2 /* - transparent state migr */
45 #define NFS_CS_INFINITE_SLOTS 3 /* - don't limit TCP slots */
46 #define NFS_CS_NO_RETRANS_TIMEOUT 4 /* - Disable retransmit timeouts */
47 #define NFS_CS_TSM_POSSIBLE 5 /* - Maybe state migration */
48 #define NFS_CS_NOPING 6 /* - don't ping on connect */
49 #define NFS_CS_DS 7 /* - Server is a DS */
50 #define NFS_CS_REUSEPORT 8 /* - reuse src port on reconnect */
105 #define NFS_SP4_MACH_CRED_MINIMAL 1 /* Minimal sp4_mach_cred - state ops
118 /* Our own IP address, as a null-terminated string.
178 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */
179 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */
196 u32 attr_bitmask[3];/* V4 bitmask representing the set
201 set of attributes supported
206 set of attributes supported
214 u32 acl_bitmask; /* V4 bitmask representing the ACEs
224 /* the following fields are protected by nfs_client->cl_lock */
244 /* mountd-related mount options */