Searched refs:acl_t (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | acl.h | 143 typedef struct acl_t_struct *acl_t; typedef 148 typedef void *acl_t; typedef 363 int acl_calc_mask(acl_t *_acl_p); 368 acl_t acl_copy_int(const void *_buf_p); 380 acl_t acl_dup(acl_t _acl); 385 acl_t acl_get_fd(int _fd); 396 acl_t acl_init(int _count); 397 int acl_set_fd(int _fd, acl_t _acl); 406 ssize_t acl_size(acl_t _acl); 409 int acl_valid(acl_t _acl); [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 54 typedef struct acl_info acl_t; typedef 278 extern void acl_free(acl_t *); 279 extern int acl_get(const char *, int, acl_t **); 280 extern int facl_get(int, int, acl_t **); 281 extern int acl_set(const char *, acl_t *acl); 282 extern int facl_set(int, acl_t *acl); 285 extern char *acl_totext(acl_t *, int); 286 extern int acl_fromtext(const char *, acl_t **); 287 extern int acl_check(acl_t *, int);
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 53 extern acl_t *acl_alloc(acl_type_t); 54 extern void acl_free(acl_t *aclp); 55 extern int acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 232 acl_t * 235 acl_t *aclp; in acl_alloc() 237 if (cacl_malloc((void **)&aclp, sizeof (acl_t)) != 0) in acl_alloc() 263 acl_free(acl_t *aclp) in acl_free() 275 cacl_free(aclp, sizeof (acl_t)); in acl_free() 1471 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, in acl_translate()
|