Lines Matching refs:targetace
1467 static int merge_lists_posix(struct POSIX_ACE *targetace, in merge_lists_posix() argument
1490 targetace->tag = firstace->tag; in merge_lists_posix()
1491 targetace->id = firstace->id; in merge_lists_posix()
1492 targetace->perms = firstace->perms; in merge_lists_posix()
1494 targetace++; in merge_lists_posix()
1498 targetace->tag = secondace->tag; in merge_lists_posix()
1499 targetace->id = secondace->id; in merge_lists_posix()
1500 targetace->perms = secondace->perms; in merge_lists_posix()
1502 targetace++; in merge_lists_posix()
1510 targetace->tag = firstace->tag; in merge_lists_posix()
1511 targetace->id = firstace->id; in merge_lists_posix()
1512 targetace->perms = firstace->perms; in merge_lists_posix()
1514 targetace++; in merge_lists_posix()
1519 targetace->tag = secondace->tag; in merge_lists_posix()
1520 targetace->id = secondace->id; in merge_lists_posix()
1521 targetace->perms = secondace->perms; in merge_lists_posix()
1523 targetace++; in merge_lists_posix()
1542 struct POSIX_ACE *targetace; in ntfs_merge_descr_posix() local
1558 targetace = pxdesc->acl.ace; in ntfs_merge_descr_posix()
1559 k = merge_lists_posix(targetace,firstace,secondace, in ntfs_merge_descr_posix()
1568 targetace = &pxdesc->acl.ace[k]; in ntfs_merge_descr_posix()
1569 k = merge_lists_posix(targetace,firstace,secondace, in ntfs_merge_descr_posix()