Searched refs:end_a (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | file.c | 621 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local 643 end_a = end & ~mask; in ntfs_fallocate() 652 if (vbo < end_a && end_a < end) { in ntfs_fallocate() 653 err = ntfs_zero_range(inode, end_a, end); in ntfs_fallocate() 659 if (end_a > vbo_a) { in ntfs_fallocate() 661 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A 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.15/net/sched/ |
| H A D | sch_cake.c | 1071 u32 end_a = get_unaligned_be32(&sack_a->end_seq); in cake_tcph_sack_compare() local 1079 bytes_a += end_a - start_a; in cake_tcph_sack_compare() 1089 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|