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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c969 BOOL ntfs_valid_posix(const struct POSIX_SECURITY *pxdesc) argument
997 pacl = &pxdesc->acl;
1011 for (i=0; i<pxdesc->acccnt + pxdesc->defcnt; i++) {
1012 if (i >= pxdesc->firstdef)
1064 if ((pxdesc->acccnt > 0)
1071 if (pxdesc->defcnt && (pxdesc->acccnt > pxdesc->firstdef))
1073 if ((pxdesc
1091 posix_header(struct POSIX_SECURITY *pxdesc, mode_t basemode) argument
1136 ntfs_sort_posix(struct POSIX_SECURITY *pxdesc) argument
1208 ntfs_merge_mode_posix(struct POSIX_SECURITY *pxdesc, mode_t mode) argument
1356 ntfs_build_inherited_posix( const struct POSIX_SECURITY *pxdesc, mode_t mode, mode_t mask, BOOL isdir) argument
1548 struct POSIX_SECURITY *pxdesc; local
2106 buildacls_posix(struct MAPPING* const mapping[], char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) argument
2757 ntfs_build_descr_posix(struct MAPPING* const mapping[], struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) argument
3681 struct POSIX_SECURITY *pxdesc; local
[all...]
H A Dacls.h148 BOOL ntfs_valid_posix(const struct POSIX_SECURITY *pxdesc);
149 void ntfs_sort_posix(struct POSIX_SECURITY *pxdesc);
150 int ntfs_merge_mode_posix(struct POSIX_SECURITY *pxdesc, mode_t mode);
152 const struct POSIX_SECURITY *pxdesc, mode_t mode,
155 const struct POSIX_SECURITY *pxdesc, mode_t mode,
166 struct POSIX_SECURITY *pxdesc,
H A Dsecurity.c1367 const struct POSIX_SECURITY *pxdesc)
1375 perms = pxdesc->mode;
1376 for (k=0; k < pxdesc->acccnt; k++) {
1377 pace = &pxdesc->acl.ace[k];
1480 && cacheentry->pxdesc)
1481 free(cacheentry->pxdesc);
1589 struct POSIX_SECURITY *pxdesc)
1625 if (cacheentry->valid && cacheentry->pxdesc)
1626 free(cacheentry->pxdesc);
1627 if (pxdesc) {
1366 ntfs_basic_perms(const struct SECURITY_CONTEXT *scx, const struct POSIX_SECURITY *pxdesc) argument
1587 enter_cache(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, struct POSIX_SECURITY *pxdesc) argument
1942 access_check_posix(struct SECURITY_CONTEXT *scx, struct POSIX_SECURITY *pxdesc, mode_t request, uid_t uid, gid_t gid) argument
2094 struct POSIX_SECURITY *pxdesc; local
2187 struct POSIX_SECURITY *pxdesc; local
2463 struct POSIX_SECURITY *pxdesc; local
2573 struct POSIX_SECURITY *pxdesc; local
2668 struct POSIX_SECURITY *pxdesc; local
2747 struct POSIX_SECURITY *pxdesc; local
2884 ntfs_set_owner_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, uid_t uid, gid_t gid, mode_t mode, struct POSIX_SECURITY *pxdesc) argument
3657 struct POSIX_SECURITY *pxdesc; local
[all...]
H A Dsecurity.h61 struct POSIX_SECURITY *pxdesc; member in struct:CACHED_PERMISSIONS
251 mode_t mode, struct POSIX_SECURITY *pxdesc);

Completed in 108 milliseconds