Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c2674 smb_fssd_t pfs_sd; in smb_fsop_sdinherit() local
2690 smb_fssd_init(&pfs_sd, SMB_ACL_SECINFO, fs_sd->sd_flags); in smb_fsop_sdinherit()
2693 error = smb_fsop_sdread(sr, zone_kcred(), dnode, &pfs_sd); in smb_fsop_sdinherit()
2700 dacl = smb_fsacl_inherit(pfs_sd.sd_zdacl, is_dir, in smb_fsop_sdinherit()
2706 sacl = smb_fsacl_inherit(pfs_sd.sd_zsacl, is_dir, in smb_fsop_sdinherit()
2711 smb_fsacl_free(pfs_sd.sd_zdacl); in smb_fsop_sdinherit()
2712 smb_fsacl_free(pfs_sd.sd_zsacl); in smb_fsop_sdinherit()