Searched refs:end_a (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/fs/ntfs3/ |
| D | file.c | 489 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local 507 end_a = end & ~mask; in ntfs_fallocate() 516 if (vbo < end_a && end_a < end) { in ntfs_fallocate() 517 err = ntfs_zero_range(inode, end_a, end); in ntfs_fallocate() 523 if (end_a > vbo_a) { in ntfs_fallocate() 525 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()
|
| /Linux-v6.6/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-v6.6/net/sched/ |
| D | sch_cake.c | 1025 u32 end_a = get_unaligned_be32(&sack_a->end_seq); in cake_tcph_sack_compare() local 1033 bytes_a += end_a - start_a; in cake_tcph_sack_compare() 1043 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|