Searched refs:targetace (Results 1 – 1 of 1) sorted by relevance
1467 static int merge_lists_posix(struct POSIX_ACE *targetace, in merge_lists_posix() argument1490 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()[all …]