Searched refs:vsec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 277 vsecattr_t vsec = { 0 }; in zfs_replay_create_acl() local 344 vsec.vsa_mask = VSA_ACE | VSA_ACE_ACLFLAGS; in zfs_replay_create_acl() 345 vsec.vsa_aclentp = (caddr_t)(lracl + 1) + xvatlen; in zfs_replay_create_acl() 346 vsec.vsa_aclcnt = lracl->lr_aclcnt; in zfs_replay_create_acl() 347 vsec.vsa_aclentsz = lracl->lr_acl_bytes; in zfs_replay_create_acl() 348 vsec.vsa_aclflags = lracl->lr_acl_flags; in zfs_replay_create_acl() 360 0, 0, &vp, kcred, vflg, NULL, &vsec); in zfs_replay_create_acl() 379 vsec.vsa_mask = VSA_ACE | VSA_ACE_ACLFLAGS; in zfs_replay_create_acl() 380 vsec.vsa_aclentp = (caddr_t)(lracl + 1) + xvatlen; in zfs_replay_create_acl() 381 vsec.vsa_aclcnt = lracl->lr_aclcnt; in zfs_replay_create_acl() [all …]
|
H A D | zfs_ioctl.c | 5344 vsecattr_t vsec; in zfs_ioc_smb_acl() local 5406 vsec.vsa_mask = VSA_ACE; in zfs_ioc_smb_acl() 5407 vsec.vsa_aclentp = &full_access; in zfs_ioc_smb_acl() 5408 vsec.vsa_aclentsz = sizeof (full_access); in zfs_ioc_smb_acl() 5409 vsec.vsa_aclcnt = 1; in zfs_ioc_smb_acl() 5412 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec); in zfs_ioc_smb_acl()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.cc | 4925 Output_section* vsec = this->choose_output_section(NULL, ".gnu.version", in sized_create_version_sections() local 4933 if (vsec != NULL) in sized_create_version_sections() 4946 vsec->add_output_section_data(vdata); in sized_create_version_sections() 4947 vsec->set_entsize(2); in sized_create_version_sections() 4948 vsec->set_link_section(this->dynsym_section_); in sized_create_version_sections() 4952 if (odyn != NULL && vsec != NULL) in sized_create_version_sections() 4953 odyn->add_section_address(elfcpp::DT_VERSYM, vsec); in sized_create_version_sections()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.cc | 4994 Output_section* vsec = this->choose_output_section(NULL, ".gnu.version", in sized_create_version_sections() local 5002 if (vsec != NULL) in sized_create_version_sections() 5015 vsec->add_output_section_data(vdata); in sized_create_version_sections() 5016 vsec->set_entsize(2); in sized_create_version_sections() 5017 vsec->set_link_section(this->dynsym_section_); in sized_create_version_sections() 5021 if (odyn != NULL && vsec != NULL) in sized_create_version_sections() 5022 odyn->add_section_address(elfcpp::DT_VERSYM, vsec); in sized_create_version_sections()
|