Home
last modified time | relevance | path

Searched refs:eblock (Results 1 – 3 of 3) sorted by relevance

/fs/bfs/
Dinode.c393 unsigned long eblock; in bfs_fill_super() local
432 eblock = le32_to_cpu(di->i_eblock); in bfs_fill_super()
433 if (eblock > info->si_lf_eblk) in bfs_fill_super()
434 info->si_lf_eblk = eblock; in bfs_fill_super()
Ddir.c273 int block, sblock, eblock, off, pos; in bfs_add_entry() local
284 eblock = BFS_I(dir)->i_eblock; in bfs_add_entry()
285 for (block = sblock; block <= eblock; block++) { in bfs_add_entry()
/fs/ntfs3/
Dindex.c374 sector_t eblock = bytes_to_block(sb, data_size); in scan_nres_bitmap() local
386 if (vblock >= eblock) in scan_nres_bitmap()
443 if (++vblock >= eblock) { in scan_nres_bitmap()