Home
last modified time | relevance | path

Searched refs:acl_rel_head (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c1405 static struct acl_rel_struct *acl_rel_head = NULL; variable
1406 static struct acl_rel_struct **acl_rel_tail = &acl_rel_head;
1416 ASSERT3P(acl_rel_head, !=, NULL); in zpl_posix_acl_free()
1417 while (acl_rel_head) { in zpl_posix_acl_free()
1418 a = acl_rel_head; in zpl_posix_acl_free()
1426 acl_rel_head = NULL; in zpl_posix_acl_free()
1428 &acl_rel_head) == &a->next) { in zpl_posix_acl_free()
1441 acl_rel_head = a->next; in zpl_posix_acl_free()
1482 if (prev == &acl_rel_head) in zpl_posix_acl_release_impl()