Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1485 uint64_t mode, boolean_t *need_chmod) in zfs_acl_inherit() argument
1501 *need_chmod = B_TRUE; in zfs_acl_inherit()
1533 *need_chmod = B_FALSE; in zfs_acl_inherit()
1607 *need_chmod = B_FALSE; in zfs_acl_inherit()
1626 boolean_t need_chmod = B_TRUE; in zfs_acl_ids_create() local
1715 vap->va_type, paclp, acl_ids->z_mode, &need_chmod); in zfs_acl_ids_create()
1724 if (need_chmod) { in zfs_acl_ids_create()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1668 uint64_t mode, boolean_t *need_chmod) in zfs_acl_inherit() argument
1684 *need_chmod = B_TRUE; in zfs_acl_inherit()
1716 *need_chmod = B_FALSE; in zfs_acl_inherit()
1790 *need_chmod = B_FALSE; in zfs_acl_inherit()
1809 boolean_t need_chmod = B_TRUE; in zfs_acl_ids_create() local
1905 vap->va_mode, paclp, acl_ids->z_mode, &need_chmod); in zfs_acl_ids_create()
1915 if (need_chmod) { in zfs_acl_ids_create()