Home
last modified time | relevance | path

Searched refs:i_eoff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/bfs/
H A Dinode.c319 unsigned long i_sblock, i_eblock, i_eoff, s_size; in bfs_fill_super() local
406 i_eoff = le32_to_cpu(di->i_eoffset); in bfs_fill_super()
414 (i_eoff != le32_to_cpu(-1) && i_eoff > s_size) || in bfs_fill_super()
415 i_sblock * BFS_BSIZE > i_eoff) { in bfs_fill_super()
/kernel/linux/linux-6.6/fs/bfs/
H A Dinode.c318 unsigned long i_sblock, i_eblock, i_eoff, s_size; in bfs_fill_super() local
405 i_eoff = le32_to_cpu(di->i_eoffset); in bfs_fill_super()
413 (i_eoff != le32_to_cpu(-1) && i_eoff > s_size) || in bfs_fill_super()
414 i_sblock * BFS_BSIZE > i_eoff) { in bfs_fill_super()

Completed in 2 milliseconds