align_off 1662 drivers/net/ethernet/broadcom/cnic.c unsigned long align_off = 0; align_off 1670 drivers/net/ethernet/broadcom/cnic.c align_off = cp->ctx_align - align_off 1673 drivers/net/ethernet/broadcom/cnic.c ctx_map = cp->ctx_arr[blk].mapping + align_off + align_off 1675 drivers/net/ethernet/broadcom/cnic.c ctx = cp->ctx_arr[blk].ctx + align_off + align_off 1814 fs/btrfs/free-space-cache.c u64 align_off; align_off 1839 fs/btrfs/free-space-cache.c align_off = tmp - entry->offset; align_off 1841 fs/btrfs/free-space-cache.c align_off = 0; align_off 1845 fs/btrfs/free-space-cache.c if (entry->bytes < *bytes + align_off) { align_off 1868 fs/btrfs/free-space-cache.c *bytes = entry->bytes - align_off; align_off 2883 fs/xfs/libxfs/xfs_bmap.c xfs_fileoff_t align_off; /* temp for offset */ align_off 2890 fs/xfs/libxfs/xfs_bmap.c orig_off = align_off = *offp; align_off 2914 fs/xfs/libxfs/xfs_bmap.c align_off -= temp; align_off 2945 fs/xfs/libxfs/xfs_bmap.c if (align_off != orig_off && align_off < prevo) align_off 2946 fs/xfs/libxfs/xfs_bmap.c align_off = prevo; align_off 2964 fs/xfs/libxfs/xfs_bmap.c align_off + align_alen != orig_end && align_off 2965 fs/xfs/libxfs/xfs_bmap.c align_off + align_alen > nexto) align_off 2966 fs/xfs/libxfs/xfs_bmap.c align_off = nexto > align_alen ? nexto - align_alen : 0; align_off 2973 fs/xfs/libxfs/xfs_bmap.c if (align_off != orig_off && align_off < prevo) align_off 2974 fs/xfs/libxfs/xfs_bmap.c align_off = prevo; align_off 2975 fs/xfs/libxfs/xfs_bmap.c if (align_off + align_alen != orig_end && align_off 2976 fs/xfs/libxfs/xfs_bmap.c align_off + align_alen > nexto && align_off 2979 fs/xfs/libxfs/xfs_bmap.c align_alen = nexto - align_off; align_off 2991 fs/xfs/libxfs/xfs_bmap.c if (orig_off < align_off || align_off 2992 fs/xfs/libxfs/xfs_bmap.c orig_end > align_off + align_alen || align_off 2998 fs/xfs/libxfs/xfs_bmap.c if (align_off + temp <= orig_off) { align_off 3000 fs/xfs/libxfs/xfs_bmap.c align_off += temp; align_off 3005 fs/xfs/libxfs/xfs_bmap.c else if (align_off + align_alen - temp >= orig_end) align_off 3011 fs/xfs/libxfs/xfs_bmap.c align_alen -= orig_off - align_off; align_off 3012 fs/xfs/libxfs/xfs_bmap.c align_off = orig_off; align_off 3018 fs/xfs/libxfs/xfs_bmap.c if (orig_off < align_off || orig_end > align_off + align_alen) align_off 3021 fs/xfs/libxfs/xfs_bmap.c ASSERT(orig_off >= align_off); align_off 3023 fs/xfs/libxfs/xfs_bmap.c ASSERT(orig_end <= align_off + align_alen || align_off 3029 fs/xfs/libxfs/xfs_bmap.c ASSERT(align_off + align_alen <= gotp->br_startoff); align_off 3031 fs/xfs/libxfs/xfs_bmap.c ASSERT(align_off >= prevp->br_startoff + prevp->br_blockcount); align_off 3035 fs/xfs/libxfs/xfs_bmap.c *offp = align_off; align_off 666 lib/genalloc.c unsigned long align_mask, align_off; align_off 672 lib/genalloc.c align_off = (start_addr & (alignment->align - 1)) >> order; align_off 675 lib/genalloc.c align_mask, align_off);