Searched refs:beyond (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | file.c | 20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because 103 unsigned int block, beyond; in do_readpage() local 117 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage() 118 if (block >= beyond) { in do_readpage() 119 /* Reading beyond inode */ in do_readpage() 135 if (block >= beyond) { in do_readpage() 136 /* Reading beyond inode */ in do_readpage() 145 } else if (block + 1 == beyond) { in do_readpage() 961 * inode size would still be 0, but there would be many pages which are beyond 987 * But in 'ubifs_writepage()' we have to guarantee that we do not write beyond [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | file.c | 20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because 103 unsigned int block, beyond; in do_readpage() local 117 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage() 118 if (block >= beyond) { in do_readpage() 119 /* Reading beyond inode */ in do_readpage() 135 if (block >= beyond) { in do_readpage() 136 /* Reading beyond inode */ in do_readpage() 145 } else if (block + 1 == beyond) { in do_readpage() 962 * inode size would still be 0, but there would be many pages which are beyond 988 * But in 'ubifs_writepage()' we have to guarantee that we do not write beyond [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit 246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit 246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 558 cmp %o2, 8 ! Insure we do not load beyond 672 add %o2, 64, %o2 ! Insure we do not load beyond
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 558 cmp %o2, 8 ! Insure we do not load beyond 672 add %o2, 64, %o2 ! Insure we do not load beyond
|
Completed in 9 milliseconds