Searched refs:POSIX_ACE (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | acls.c | 1088 struct POSIX_ACE *pace; in posix_header() 1132 struct POSIX_ACE ace; in ntfs_sort_posix() 1157 memcpy(&ace,&pacl->ace[i-1],sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1158 memcpy(&pacl->ace[i-1],&pacl->ace[i],sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1159 memcpy(&pacl->ace[i],&ace,sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1182 memcpy(&ace,&pacl->ace[i-1],sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1183 memcpy(&pacl->ace[i-1],&pacl->ace[i],sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1184 memcpy(&pacl->ace[i],&ace,sizeof(struct POSIX_ACE)); in ntfs_sort_posix() 1205 struct POSIX_ACE *pace; in ntfs_merge_mode_posix() 1256 + (oldpxdesc->acccnt + count)*sizeof(struct POSIX_ACE); in ntfs_replace_acl() [all …]
|
D | security.c | 1357 const struct POSIX_ACE *pace; in ntfs_basic_perms() 1488 *sizeof(struct POSIX_ACE) : in compare() 1494 *sizeof(struct POSIX_ACE) : in compare() 1615 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE); in enter_cache() 1659 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE); in enter_cache() 1698 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE); in enter_cache() 1932 struct POSIX_ACE *pxace; in access_check_posix() 2250 + pxdesc->defcnt*sizeof(struct POSIX_ACE); in ntfs_get_posix_acl() 2273 + pxdesc->acccnt*sizeof(struct POSIX_ACE); in ntfs_get_posix_acl() 2678 + (pxdesc->acccnt + pxdesc->defcnt)*sizeof(struct POSIX_ACE); in ntfs_alloc_securid() [all …]
|
D | xattrs.c | 185 cnt = (size - sizeof(struct POSIX_ACL)) / sizeof(struct POSIX_ACE); in cpu_to_le_acl()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | security.h | 157 struct POSIX_ACE { struct 167 struct POSIX_ACE ace[0]; argument
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 1513 const struct POSIX_ACE *pxace; in showposix() 2470 const struct POSIX_ACE *pxace; in merge_rights() 2797 struct POSIX_ACE ace[4]; in check_samples() 2813 struct POSIX_ACE ace[6]; in check_samples() 2831 struct POSIX_ACE ace[8]; in check_samples() 2851 struct POSIX_ACE ace[6]; in check_samples() 2869 struct POSIX_ACE ace[8]; in check_samples() 2889 struct POSIX_ACE ace[4]; in check_samples() 3375 struct POSIX_ACE aces[10]; in posixtest() 5634 + (acccnt + defcnt)*sizeof(struct POSIX_ACE)); in encode_posix_acl()
|