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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h157 struct POSIX_ACE { struct
167 struct POSIX_ACE ace[0];
H A Dacls.c1095 struct POSIX_ACE *pace;
1139 struct POSIX_ACE ace;
1164 memcpy(&ace,&pacl->ace[i-1],sizeof(struct POSIX_ACE));
1165 memcpy(&pacl->ace[i-1],&pacl->ace[i],sizeof(struct POSIX_ACE));
1166 memcpy(&pacl->ace[i],&ace,sizeof(struct POSIX_ACE));
1189 memcpy(&ace,&pacl->ace[i-1],sizeof(struct POSIX_ACE));
1190 memcpy(&pacl->ace[i-1],&pacl->ace[i],sizeof(struct POSIX_ACE));
1191 memcpy(&pacl->ace[i],&ace,sizeof(struct POSIX_ACE));
1212 struct POSIX_ACE *pace;
1263 + (oldpxdesc->acccnt + count)*sizeof(struct POSIX_ACE);
[all...]
H A Dsecurity.c1371 const struct POSIX_ACE *pace;
1502 *sizeof(struct POSIX_ACE) :
1508 *sizeof(struct POSIX_ACE) :
1629 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE);
1673 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE);
1712 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE);
1946 struct POSIX_ACE *pxace;
2264 + pxdesc->defcnt*sizeof(struct POSIX_ACE);
2287 + pxdesc->acccnt*sizeof(struct POSIX_ACE);
2692 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE);
[all...]
H A Dxattrs.c185 cnt = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE);

Completed in 65 milliseconds