Searched refs:trunc_len (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | ipsec.c | 201 switch (*trunc_len) { in set_md5hmac() 209 *trunc_len = 0; in set_md5hmac() 215 switch (*trunc_len) { in set_sha1hmac() 223 *trunc_len = 0; in set_sha1hmac() 237 *trunc_len = 0; in set_sha2_256hmac() 251 *trunc_len = 0; in set_sha2_384hmac() 265 *trunc_len = 0; in set_sha2_512hmac() 323 trunc_len = 0; in nfp_net_xfrm_add_state() 328 trunc_len = -1; in nfp_net_xfrm_add_state() 336 trunc_len = -1; in nfp_net_xfrm_add_state() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | init.c | 1664 size_t trunc_len, len = 0; in ath6kl_init_get_fwcaps() local 1679 trunc_len = strlen(trunc) + 1; in ath6kl_init_get_fwcaps() 1680 memcpy(buf + buf_len - trunc_len, trunc, trunc_len); in ath6kl_init_get_fwcaps()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.c | 1709 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument 1727 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1741 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos() 1766 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1900 &trunc_len, &trunc_end, &blkno, &done); in ocfs2_remove_inode_range() 1908 phys_cpos, trunc_len, flags, in ocfs2_remove_inode_range()
|
| H A D | alloc.c | 7236 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7334 trunc_len = 0; in ocfs2_commit_truncate() 7342 trunc_len = ocfs2_rec_clusters(el, rec); in ocfs2_commit_truncate() 7350 trunc_len = range - new_highest_cpos; in ocfs2_commit_truncate() 7364 if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) { in ocfs2_commit_truncate() 7374 phys_cpos, trunc_len, flags, &dealloc, in ocfs2_commit_truncate()
|
| H A D | xattr.c | 812 u32 trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_xattr_shrink_size() local 819 trunc_len = old_clusters - new_clusters; in ocfs2_xattr_shrink_size() 820 while (trunc_len) { in ocfs2_xattr_shrink_size() 829 if (alloc_size > trunc_len) in ocfs2_xattr_shrink_size() 830 alloc_size = trunc_len; in ocfs2_xattr_shrink_size() 844 trunc_len -= alloc_size; in ocfs2_xattr_shrink_size()
|