Home
last modified time | relevance | path

Searched refs:round_len (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/reiserfs/
Dstree.c933 loff_t round_len; in prepare_for_direct_item() local
942 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()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwmi.c1746 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local
1748 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()