Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c1493 static struct acl_rel_struct *acl_rel_head = NULL; variable
1494 static struct acl_rel_struct **acl_rel_tail = &acl_rel_head;
1504 ASSERT3P(acl_rel_head, !=, NULL); in zpl_posix_acl_free()
1505 while (acl_rel_head) { in zpl_posix_acl_free()
1506 a = acl_rel_head; in zpl_posix_acl_free()
1514 acl_rel_head = NULL; in zpl_posix_acl_free()
1516 &acl_rel_head) == &a->next) { in zpl_posix_acl_free()
1529 acl_rel_head = a->next; in zpl_posix_acl_free()
1570 if (prev == &acl_rel_head) in zpl_posix_acl_release_impl()