Searched refs:end_a (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | file.c | 625 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local 647 end_a = end & ~mask; in ntfs_fallocate() 656 if (vbo < end_a && end_a < end) { in ntfs_fallocate() 657 err = ntfs_zero_range(inode, end_a, end); in ntfs_fallocate() 663 if (end_a > vbo_a) { in ntfs_fallocate() 665 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()
|
| /linux/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()
|