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()
7220 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_security_list() local
7222 if (list && total_len <= list_size) { in ocfs2_xattr_security_list()
7227 return total_len; in ocfs2_xattr_security_list()
7310 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_trusted_list() local
7312 if (list && total_len <= list_size) { in ocfs2_xattr_trusted_list()
7317 return total_len; in ocfs2_xattr_trusted_list()
7354 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_user_list() local
7360 if (list && total_len <= list_size) { in ocfs2_xattr_user_list()
7365 return total_len; in ocfs2_xattr_user_list()