Home
last modified time | relevance | path

Searched refs:pydesc (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dacls.c1308 struct POSIX_SECURITY *pydesc; in ntfs_build_basic_posix() local
1311 pydesc = (struct POSIX_SECURITY*)malloc( in ntfs_build_basic_posix()
1313 if (pydesc) { in ntfs_build_basic_posix()
1314 pyace = &pydesc->acl.ace[0]; in ntfs_build_basic_posix()
1318 pyace = &pydesc->acl.ace[1]; in ntfs_build_basic_posix()
1322 pyace = &pydesc->acl.ace[2]; in ntfs_build_basic_posix()
1326 pydesc->mode = mode; in ntfs_build_basic_posix()
1327 pydesc->tagsset = POSIX_ACL_USER_OBJ in ntfs_build_basic_posix()
1330 pydesc->acccnt = 3; in ntfs_build_basic_posix()
1331 pydesc->defcnt = 0; in ntfs_build_basic_posix()
[all …]
Dsecurity.c2560 struct POSIX_SECURITY *pydesc; in inherit_posix() local
2567 pydesc = (struct POSIX_SECURITY*)NULL; in inherit_posix()
2576 pydesc = ntfs_build_inherited_posix(pxdesc, in inherit_posix()
2579 pydesc = ntfs_build_basic_posix(pxdesc, in inherit_posix()
2626 pydesc = ntfs_build_inherited_posix( in inherit_posix()
2630 pydesc = ntfs_build_basic_posix( in inherit_posix()
2638 return (pydesc); in inherit_posix()