Lines Matching defs:first
169 BOOL ntfs_same_sid(const SID *first, const SID *second)
173 size = ntfs_sid_size(first);
175 && !memcmp(first, second, size));
621 * first check overall size if within allocation range
1538 struct POSIX_SECURITY *ntfs_merge_descr_posix(const struct POSIX_SECURITY *first,
1549 + (first->acccnt + first->defcnt
1556 firstace = first->acl.ace;
1560 first->acccnt,second->acccnt);
1566 firstace = &first->acl.ace[first->firstdef];
1570 first->defcnt,second->defcnt);
2024 * - grants to owner (always present - first grant)
2064 * - grants to owner, always present at first position
2805 * Windows prefers ACL first, do the same to
2896 * Windows prefers ACL first, do the same to
3552 * Define the owner of a file as the first user allowed
3815 /* ignored at first position */
4429 * gid not associated to a uid are processed first in order