Searched refs:nr2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 1240 __le32 nr = 0, nr2 = 0; in ext4_ind_remove_space() local 1309 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1310 if (nr2) { in ext4_ind_remove_space() 1346 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1379 if (!nr2) { in ext4_ind_remove_space()
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_c_ev.c | 77 u8 nr1, nr2; in llc_util_nr_inside_tx_window() local 93 nr2 = LLC_I_GET_NS(pdu); in llc_util_nr_inside_tx_window() 94 rc = !llc_circular_between(nr1, nr, (nr2 + 1) % LLC_2_SEQ_NBR_MODULO); in llc_util_nr_inside_tx_window()
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_c_ev.c | 77 u8 nr1, nr2; in llc_util_nr_inside_tx_window() local 93 nr2 = LLC_I_GET_NS(pdu); in llc_util_nr_inside_tx_window() 94 rc = !llc_circular_between(nr1, nr, (nr2 + 1) % LLC_2_SEQ_NBR_MODULO); in llc_util_nr_inside_tx_window()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 1245 __le32 nr = 0, nr2 = 0; in ext4_ind_remove_space() local 1314 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1315 if (nr2) { in ext4_ind_remove_space() 1351 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1384 if (!nr2) { in ext4_ind_remove_space()
|
Completed in 7 milliseconds