Lines Matching +full:set +full:- +full:aces

1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/backing-dev.h>
32 int cl_cons_state; /* current construction state (-ve: init error) */
37 #define NFS_CS_CALLBACK 1 /* - callback started */
38 #define NFS_CS_IDMAP 2 /* - idmap started */
39 #define NFS_CS_RENEWD 3 /* - renewd started */
43 #define NFS_CS_NORESVPORT 0 /* - use ephemeral src port */
44 #define NFS_CS_DISCRTRY 1 /* - disconnect on RPC retry */
45 #define NFS_CS_MIGRATION 2 /* - transparent state migr */
46 #define NFS_CS_INFINITE_SLOTS 3 /* - don't limit TCP slots */
47 #define NFS_CS_NO_RETRANS_TIMEOUT 4 /* - Disable retransmit timeouts */
48 #define NFS_CS_TSM_POSSIBLE 5 /* - Maybe state migration */
49 #define NFS_CS_NOPING 6 /* - don't ping on connect */
50 #define NFS_CS_DS 7 /* - Server is a DS */
51 #define NFS_CS_REUSEPORT 8 /* - reuse src port on reconnect */
52 #define NFS_CS_PNFS 9 /* - Server used for pnfs */
53 #define NFS_CS_LOCAL_IO 10 /* - client is local */
110 #define NFS_SP4_MACH_CRED_MINIMAL 1 /* Minimal sp4_mach_cred - state ops
123 /* Our own IP address, as a null-terminated string.
154 unsigned int write_congested;/* flag set when writeback gets too high */
194 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */
195 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */
216 u32 attr_bitmask[3];/* V4 bitmask representing the set
221 set of attributes supported
226 set of attributes supported
234 u32 acl_bitmask; /* V4 bitmask representing the ACEs
244 /* the following fields are protected by nfs_client->cl_lock */
265 /* mountd-related mount options */