Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1005 if (i >= pxdesc->firstdef) in ntfs_valid_posix()
1064 if (pxdesc->defcnt && (pxdesc->acccnt > pxdesc->firstdef)) in ntfs_valid_posix()
1172 offs = pxdesc->firstdef; in ntfs_sort_posix()
1266 newpxdesc->firstdef = offset; in ntfs_replace_acl()
1277 newpxdesc->firstdef = count; in ntfs_replace_acl()
1282 oldoffset = oldpxdesc->firstdef; in ntfs_replace_acl()
1332 pydesc->firstdef = 6; in ntfs_build_basic_posix()
1380 *pyace = pxdesc->acl.ace[pxdesc->firstdef + i]; in ntfs_build_inherited_posix()
1437 pydesc->firstdef = i; in ntfs_build_inherited_posix()
1445 pydesc->firstdef = pydesc->acccnt; in ntfs_build_inherited_posix()
[all …]
Dsecurity.c2268 &pxdesc->acl.ace[pxdesc->firstdef], in ntfs_get_posix_acl()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1516 int firstdef; in showposix() local
1525 firstdef = pxdesc->firstdef; in showposix()
1530 printf(" firstdef %d\n",firstdef); in showposix()
1540 l = firstdef + k - acccnt; in showposix()
2482 first = pxdesc->firstdef; in merge_rights()
2483 last = pxdesc->firstdef + pxdesc->defcnt - 1; in merge_rights()
2531 && (pxdesc1->firstdef == pxdesc2->firstdef) in same_posix()
2542 i = pxdesc1->firstdef; in same_posix()
2543 while (same && (i < pxdesc1->firstdef + pxdesc1->defcnt)) { in same_posix()
3452 pxdesc->firstdef = 4; in posixtest()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h174 int firstdef; member