Searched refs:POSIX_SECURITY (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | acls.h | 148 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); 151 struct POSIX_SECURITY *ntfs_build_inherited_posix( 152 const struct POSIX_SECURITY *pxdesc, mode_t mode, 154 struct POSIX_SECURITY *ntfs_build_basic_posix( 155 const struct POSIX_SECURITY *pxdesc, mode_t mode, 157 struct POSIX_SECURITY *ntfs_replace_acl(const struct POSIX_SECURITY *oldpxdesc, 159 struct POSIX_SECURITY *ntfs_build_permissions_posix( 163 struct POSIX_SECURITY *ntfs_merge_descr_posix(const struct POSIX_SECURITY *first, [all …]
|
D | security.h | 61 struct POSIX_SECURITY *pxdesc; 170 struct POSIX_SECURITY { struct 251 mode_t mode, struct POSIX_SECURITY *pxdesc);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 1353 const struct POSIX_SECURITY *pxdesc) in ntfs_basic_perms() 1486 + (((struct POSIX_SECURITY*)cached->variable)->acccnt in compare() 1487 + ((struct POSIX_SECURITY*)cached->variable)->defcnt) in compare() 1492 + (((struct POSIX_SECURITY*)item->variable)->acccnt in compare() 1493 + ((struct POSIX_SECURITY*)item->variable)->defcnt) in compare() 1502 && memcmp(&((struct POSIX_SECURITY*)cached->variable)->acl, in compare() 1503 &((struct POSIX_SECURITY*)item->variable)->acl, csize))); in compare() 1575 struct POSIX_SECURITY *pxdesc) in enter_cache() 1587 struct POSIX_SECURITY *pxcached; in enter_cache() 1614 pxsize = sizeof(struct POSIX_SECURITY) in enter_cache() [all …]
|
D | acls.c | 962 BOOL ntfs_valid_posix(const struct POSIX_SECURITY *pxdesc) in ntfs_valid_posix() 1084 static mode_t posix_header(struct POSIX_SECURITY *pxdesc, mode_t basemode) in posix_header() 1129 void ntfs_sort_posix(struct POSIX_SECURITY *pxdesc) in ntfs_sort_posix() 1201 int ntfs_merge_mode_posix(struct POSIX_SECURITY *pxdesc, mode_t mode) in ntfs_merge_mode_posix() 1245 struct POSIX_SECURITY *ntfs_replace_acl(const struct POSIX_SECURITY *oldpxdesc, in ntfs_replace_acl() 1248 struct POSIX_SECURITY *newpxdesc; in ntfs_replace_acl() 1255 newsize = sizeof(struct POSIX_SECURITY) in ntfs_replace_acl() 1258 newsize = sizeof(struct POSIX_SECURITY) in ntfs_replace_acl() 1260 newpxdesc = (struct POSIX_SECURITY*)malloc(newsize); in ntfs_replace_acl() 1291 newpxdesc = (struct POSIX_SECURITY*)NULL; in ntfs_replace_acl() [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 333 static BOOL same_posix(struct POSIX_SECURITY *pxdesc1, 334 struct POSIX_SECURITY *pxdesc2); 1507 static void showposix(const struct POSIX_SECURITY *pxdesc) in showposix() 1623 static struct POSIX_SECURITY *linux_permissions_posix(const char *attr, BOOL isdir) in linux_permissions_posix() 1631 struct POSIX_SECURITY *posix_desc; in linux_permissions_posix() 2074 struct POSIX_SECURITY *pxdesc; in showhex() 2468 static u32 merge_rights(const struct POSIX_SECURITY *pxdesc, BOOL def) in merge_rights() 2520 static BOOL same_posix(struct POSIX_SECURITY *pxdesc1, in same_posix() 2521 struct POSIX_SECURITY *pxdesc2) in same_posix() 2556 static void tryposix(struct POSIX_SECURITY *pxdesc) in tryposix() [all …]
|