Searched refs:off1 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/jfs/ |
D | jfs_xtree.h | 34 __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-4.1.27/include/linux/ |
D | dmaengine.h | 793 static inline bool dmaengine_check_align(u8 align, size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument 800 if (mask & (off1 | off2 | len)) in dmaengine_check_align() 805 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument 808 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned() 811 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument 814 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned() 817 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument 820 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
|
/linux-4.1.27/include/uapi/linux/ |
D | ixjuser.h | 133 unsigned int off1; member
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 5289 unsigned long off1, off2; in tree_compare_item() local 5296 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item() 5300 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()
|