Searched refs:ntfs_sid_to_mbs_size (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h214 extern int ntfs_sid_to_mbs_size(const SID *sid);
H A Dsecurity.c218 * ntfs_sid_to_mbs_size - determine maximum size for the string of a SID
228 int ntfs_sid_to_mbs_size(const SID *sid) function
273 * ntfs_sid_to_mbs_size() bytes. @sid_str_size is the size in bytes of
303 * No need to check @sid if !@sid_str since ntfs_sid_to_mbs_size() will
312 cnt = ntfs_sid_to_mbs_size(sid);

Completed in 96 milliseconds