Lines Matching defs:acl
78 #define NFS4_ACL_EXTATTR_NAME "nfs4.acl"
101 * Current "struct acl".
119 struct acl {
131 struct acl ats_acl;
160 * Possible valid values for ae_tag field. For explanation, see acl(9).
296 mode_t acl_posix1e_acl_to_mode(struct acl *acl);
298 struct acl *dacl);
299 struct acl *acl_alloc(int flags);
300 void acl_free(struct acl *aclp);
302 void acl_nfs4_sync_acl_from_mode(struct acl *aclp,
305 const struct acl *aclp);
306 int acl_nfs4_is_trivial(const struct acl *aclp,
309 const struct acl *parent_aclp,
310 struct acl *child_aclp, mode_t mode,
313 struct acl *dest);
314 int __result_use_check acl_copy_acl_into_oldacl(const struct acl *source,
318 * To allocate 'struct acl', use acl_alloc()/acl_free() instead of this.
324 int acl_posix1e_check(struct acl *acl);
325 int acl_nfs4_check(const struct acl *aclp, int is_directory);
336 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
338 struct acl *_aclp);
340 struct acl *_aclp);
344 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
345 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
346 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
347 int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
348 int __acl_set_file(const char *_path, acl_type_t _type, struct acl *_aclp);
349 int __acl_set_link(const char *_path, acl_type_t _type, struct acl *_aclp);