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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsecurity.h52 extern int ntfs_sid_to_mbs_size(const SID *sid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c114 * ntfs_sid_to_mbs_size - determine maximum size for the string of a SID
124 int ntfs_sid_to_mbs_size(const SID *sid) function
169 * ntfs_sid_to_mbs_size() bytes. @sid_str_size is the size in bytes of
198 * No need to check @sid if !@sid_str since ntfs_sid_to_mbs_size() will
207 cnt = ntfs_sid_to_mbs_size(sid);

Completed in 50 milliseconds