Home
last modified time | relevance | path

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

/linux-4.4.14/fs/reiserfs/
Dstree.c936 loff_t round_len; in prepare_for_direct_item() local
945 round_len = ROUND_UP(new_file_length); in prepare_for_direct_item()
947 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item()
952 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi.c1607 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local
1609 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
1617 skb_put(skb, round_len); in ath10k_wmi_alloc_skb()
1618 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()