Searched refs:round_len (Results 1 – 2 of 2) sorted by relevance
933 loff_t round_len; in prepare_for_direct_item() local942 round_len = ROUND_UP(new_file_length); in prepare_for_direct_item()944 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item()949 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item()
1746 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local1748 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()1756 skb_put(skb, round_len); in ath10k_wmi_alloc_skb()1757 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()