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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c270 unsigned int offdacl; local
309 offdacl = le32_to_cpu(phead->dacl);
310 if (offdacl >= attrsz) {
311 pdacl = (const ACL*)&attr[offdacl];
312 endacl = offdacl + le16_to_cpu(pdacl->size);
619 unsigned int offdacl; local
634 offdacl = le32_to_cpu(phead->dacl);
638 pdacl = (const ACL*)&securattr[offdacl];
653 && (!offdacl
654 || ((offdacl >
3205 int offdacl; local
3293 int offdacl; local
3483 int offdacl; local
3577 int offdacl; local
3632 int offdacl; local
3695 int offdacl; local
[all...]
H A Dsecurity.c4582 unsigned int offdacl; local
4603 offdacl = le32_to_cpu(phead->dacl);
4604 pdacl = (const ACL*)&attr[offdacl];
4609 offdacl = daclsz = 0;
4681 memcpy(&buf[pos],&attr[offdacl],daclsz);
4735 int offdacl; local
4764 offdacl = le32_to_cpu(newhead->dacl);
4765 pdacl = (const ACL*)&newattr[offdacl];
4767 offdacl = le32_to_cpu(oldhead->dacl);
4768 pdacl = (const ACL*)&oldattr[offdacl];
[all...]

Completed in 88 milliseconds