Lines Matching refs:total_len
899 int total_len = prefix_len + name_len + 1; in ocfs2_xattr_list_entry() local
901 *result += total_len; in ocfs2_xattr_list_entry()
7241 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_security_list() local
7243 if (list && total_len <= list_size) { in ocfs2_xattr_security_list()
7248 return total_len; in ocfs2_xattr_security_list()
7331 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_trusted_list() local
7333 if (list && total_len <= list_size) { in ocfs2_xattr_trusted_list()
7338 return total_len; in ocfs2_xattr_trusted_list()
7375 const size_t total_len = prefix_len + name_len + 1; in ocfs2_xattr_user_list() local
7381 if (list && total_len <= list_size) { in ocfs2_xattr_user_list()
7386 return total_len; in ocfs2_xattr_user_list()