Home
last modified time | relevance | path

Searched refs:ntfs_sid_to_mbs (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c1024 sid = ntfs_sid_to_mbs(&ace->sid, NULL, 0); in ntfs_dump_acl()
1058 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc + in ntfs_dump_security_descriptor()
1066 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc + in ntfs_dump_security_descriptor()
1529 sid = ntfs_sid_to_mbs(&entry->key.sid, NULL, 0); in ntfs_dump_index_key()
1658 sid = ntfs_sid_to_mbs(&data->quota_q.sid, NULL, 0); in ntfs_dump_index_data()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h215 extern char *ntfs_sid_to_mbs(const SID *sid, char *sid_str,
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c288 char *ntfs_sid_to_mbs(const SID *sid, char *sid_str, size_t sid_str_size) in ntfs_sid_to_mbs() function