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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1501 uint64_t mode, boolean_t *need_chmod)
1524 *need_chmod = B_TRUE;
1555 *need_chmod = B_FALSE;
1627 boolean_t need_chmod = B_TRUE; local
1720 vap->va_type, paclp, acl_ids->z_mode, &need_chmod);
1729 if (need_chmod) {
1500 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, uint64_t mode, boolean_t *need_chmod) argument

Completed in 104 milliseconds