Searched defs:isdir (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 346 mode_to_ace_access(mode_t mode, boolean_t isdir, int isowner, int isallow) in mode_to_ace_access() 401 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner) in ace_make_deny() 640 convert_aent_to_ace(aclent_t *aclentp, int aclcnt, boolean_t isdir, in convert_aent_to_ace() 704 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() 1001 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() 1014 uid_t owner, gid_t group, boolean_t isdir) in acevals_to_aent() 1054 uid_t owner, gid_t group, boolean_t isdir) in ace_list_to_aent() 1234 boolean_t isdir) in ln_ace_to_aent() 1429 convert_ace_to_aent(ace_t *acebufp, int acecnt, boolean_t isdir, in convert_ace_to_aent() 1471 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, in acl_translate() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/ |
| H A D | mkbusy.c | 69 boolean_t isdir = B_FALSE; in main() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1193 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() 1487 zfs_acl_chmod(boolean_t isdir, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() 1662 boolean_t isdir = S_ISDIR(va_mode); in zfs_acl_inherit() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1330 boolean_t isdir; in zfs_acl_chmod() local 1494 boolean_t isdir = (vtype == VDIR); in zfs_acl_inherit() local
|