Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/linux/
Ddmaengine.h867 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
874 if (mask & (off1 | off2 | len)) in dmaengine_check_align()
879 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument
882 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
885 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument
888 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
891 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument
894 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
897 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned() argument
900 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/linux-4.4.14/include/uapi/linux/
Dixjuser.h133 unsigned int off1; member
/linux-4.4.14/fs/btrfs/
Dctree.c5295 unsigned long off1, off2; in tree_compare_item() local
5302 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
5306 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()