Searched refs:si_lasti (Results 1 – 3 of 3) sorted by relevance
47 if ((ino < BFS_ROOT_INO) || (ino > BFS_SB(inode->i_sb)->si_lasti)) { in bfs_iget()101 if ((ino < BFS_ROOT_INO) || (ino > BFS_SB(sb)->si_lasti)) { in find_inode()230 buf->f_files = info->si_lasti + 1 - BFS_ROOT_INO; in bfs_statfs()299 for (i = BFS_SB(s)->si_lasti; i >= 0; i--) { in bfs_dump_imap()306 printf("%s: lasti=%08lx <%s>\n", prefix, BFS_SB(s)->si_lasti, tmpbuf); in bfs_dump_imap()351 …info->si_lasti = (le32_to_cpu(bfs_sb->s_start) - BFS_BSIZE) / sizeof(struct bfs_inode) + BFS_ROOT_… in bfs_fill_super()352 if (info->si_lasti == BFS_MAX_LASTI) in bfs_fill_super()354 else if (info->si_lasti > BFS_MAX_LASTI) { in bfs_fill_super()355 printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id); in bfs_fill_super()388 for (i = BFS_ROOT_INO; i <= info->si_lasti; i++) { in bfs_fill_super()
26 unsigned long si_lasti; member
91 ino = find_first_zero_bit(info->si_imap, info->si_lasti + 1); in bfs_create()92 if (ino > info->si_lasti) { in bfs_create()