Lines Matching refs:total_len
893 int total_len = prefix_len + name_len + 1; in ocfs2_xattr_list_entry() local
895 *result += total_len; in ocfs2_xattr_list_entry()
7234 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_security_list() local
7236 if (list && total_len <= list_size) { in ocfs2_xattr_security_list()
7241 return total_len; in ocfs2_xattr_security_list()
7327 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_trusted_list() local
7332 if (list && total_len <= list_size) { in ocfs2_xattr_trusted_list()
7337 return total_len; in ocfs2_xattr_trusted_list()
7377 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_user_list() local
7383 if (list && total_len <= list_size) { in ocfs2_xattr_user_list()
7388 return total_len; in ocfs2_xattr_user_list()