Searched refs:end_a (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | file.c | 600 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local 622 end_a = end & ~mask; in ntfs_fallocate() 631 if (vbo < end_a && end_a < end) { in ntfs_fallocate() 632 err = ntfs_zero_range(inode, end_a, end); in ntfs_fallocate() 638 if (end_a > vbo_a) { in ntfs_fallocate() 640 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_mqprio.c | 15 u32 start_a, start_b, end_a, end_b; in cxgb4_mqprio_validate() local 52 end_a = start_a + mqprio->qopt.count[i] - 1; in cxgb4_mqprio_validate() 69 min_t(u32, end_a, end_b)) { in cxgb4_mqprio_validate()
|
/linux-6.12.1/net/sched/ |
D | sch_cake.c | 1011 u32 end_a = get_unaligned_be32(&sack_a->end_seq); in cake_tcph_sack_compare() local 1019 bytes_a += end_a - start_a; in cake_tcph_sack_compare() 1029 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|