Searched defs:fs_acl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c291 * fs_acl will contain a pointer to the created ZFS ACL.
295 * Since the output parameter, fs_acl, is allocated in this
296 * function, the caller has to make sure *fs_acl is NULL which
300 smb_acl_to_zfs(smb_acl_t *acl, uint32_t flags, int which_acl, acl_t **fs_acl) argument
311 assert(fs_acl);
312 assert(*fs_acl == NULL);
319 *fs_acl = smb_fsacl_null_empty(acl == NULL);
380 *fs_acl = zacl;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c344 * fs_acl will contain a pointer to the created ZFS ACL.
348 * Since the output parameter, fs_acl, is allocated in this
349 * function, the caller has to make sure *fs_acl is NULL which
353 smb_acl_to_zfs(smb_acl_t *acl, uint32_t flags, int which_acl, acl_t **fs_acl) argument
364 ASSERT(fs_acl);
365 ASSERT(*fs_acl == NULL);
372 *fs_acl = smb_fsacl_null_empty(acl == NULL);
437 *fs_acl = zacl;

Completed in 72 milliseconds