Searched refs:posix_info_sid_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2proto.h313 int posix_info_sid_size(const void *beg, const void *end);
H A Dsmb2inode.c75 owner_len = posix_info_sid_size(sidsbuf, sidsbuf_end);
80 group_len = posix_info_sid_size(sidsbuf + owner_len, sidsbuf_end);
H A Dsmb2pdu.c2293 sid_len = posix_info_sid_size(sid, end);
2301 sid_len = posix_info_sid_size(sid, end);
5077 int posix_info_sid_size(const void *beg, const void *end) function
5124 owner_len = posix_info_sid_size(owner_sid, end);
5131 group_len = posix_info_sid_size(group_sid, end);

Completed in 358 milliseconds