Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1481 uint64_t mode, boolean_t *need_chmod) in zfs_acl_inherit() argument
1497 *need_chmod = B_TRUE; in zfs_acl_inherit()
1529 *need_chmod = B_FALSE; in zfs_acl_inherit()
1603 *need_chmod = B_FALSE; in zfs_acl_inherit()
1622 boolean_t need_chmod = B_TRUE; in zfs_acl_ids_create() local
1709 vap->va_type, paclp, acl_ids->z_mode, &need_chmod); in zfs_acl_ids_create()
1718 if (need_chmod) { in zfs_acl_ids_create()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1649 uint64_t mode, boolean_t *need_chmod) in zfs_acl_inherit() argument
1665 *need_chmod = B_TRUE; in zfs_acl_inherit()
1697 *need_chmod = B_FALSE; in zfs_acl_inherit()
1771 *need_chmod = B_FALSE; in zfs_acl_inherit()
1790 boolean_t need_chmod = B_TRUE; in zfs_acl_ids_create() local
1884 vap->va_mode, paclp, acl_ids->z_mode, &need_chmod); in zfs_acl_ids_create()
1894 if (need_chmod) { in zfs_acl_ids_create()