Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c163 case OTHER_OBJ: in acl_match()
395 { OTHER_OBJ, -1, 4 | 2 | 1 }
481 { OTHER_OBJ, -1, 0 }
538 { OTHER_OBJ, -1, 4 | 1 },
544 { OTHER_OBJ | ACL_DEFAULT, -1, 4 | 1 }
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h69 #define OTHER_OBJ (0x20) /* other entry for the object */ macro
82 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h64 #define OTHER_OBJ (0x20) /* other entry for the object */ macro
77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c614 } else if (aclent[i].a_type & OTHER_OBJ) { in ln_aent_to_ace()
1039 } else if (dest->a_type & OTHER_OBJ) { in acevals_to_aent()
1060 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1061 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()
1162 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1324 acl->seen |= OTHER_OBJ; in ln_ace_to_aent()
1326 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2909 { OTHER_OBJ, -1, 4 | 2 | 1 } in setTestAcl()