acl_support_nfs4.c | 147 int *try_compact) 153 *try_compact = 0; 173 *try_compact = 1; 240 int error, try_compact; local in function:_nfs4_parse_flags 243 error = parse_flags_verbose(str, &tmpflags, a_flags, "flags", &try_compact); 244 if (error && try_compact) 255 int error, try_compact; local in function:_nfs4_parse_access_mask 259 "access permissions", &try_compact); 260 if (error && try_compact)
|