Lines Matching refs:BFS_ROOT_INO
47 if ((ino < BFS_ROOT_INO) || (ino > BFS_SB(inode->i_sb)->si_lasti)) { in bfs_iget()
52 block = (ino - BFS_ROOT_INO) / BFS_INODES_PER_BLOCK + 1; in bfs_iget()
60 off = (ino - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_iget()
101 if ((ino < BFS_ROOT_INO) || (ino > BFS_SB(sb)->si_lasti)) { in find_inode()
106 ino -= BFS_ROOT_INO; in find_inode()
134 if (ino == BFS_ROOT_INO) in bfs_write_inode()
231 buf->f_files = info->si_lasti + 1 - BFS_ROOT_INO; in bfs_statfs()
360 + BFS_ROOT_INO - 1; in bfs_fill_super()
365 for (i = 0; i < BFS_ROOT_INO; i++) in bfs_fill_super()
369 inode = bfs_iget(s, BFS_ROOT_INO); in bfs_fill_super()
396 for (i = BFS_ROOT_INO; i <= info->si_lasti; i++) { in bfs_fill_super()
398 int block = (i - BFS_ROOT_INO) / BFS_INODES_PER_BLOCK + 1; in bfs_fill_super()
399 int off = (i - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_fill_super()