Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_xtree.h34 __u8 off1; /* 1: offset in unit of fsblksize */ member
47 (xad)->off1 = ((u64)offset64) >> 32;\
55 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/Linux-v4.19/include/linux/
Ddmaengine.h1042 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
1049 if (mask & (off1 | off2 | len)) in dmaengine_check_align()
1054 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument
1057 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
1060 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument
1063 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
1066 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument
1069 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
1072 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned() argument
1075 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/Linux-v4.19/fs/btrfs/
Dctree.c5290 unsigned long off1, off2; in tree_compare_item() local
5297 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5301 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()