Lines Matching refs:block
27 efs_block_t block; in efs_readdir() local
35 block = filp->f_pos >> EFS_DIRBSIZE_BITS; in efs_readdir()
41 while (block < inode->i_blocks) { in efs_readdir()
43 bh = sb_bread(inode->i_sb, efs_bmap(inode, block)); in efs_readdir()
46 printk(KERN_ERR "EFS: readdir(): failed to read dir block %d\n", block); in efs_readdir()
71 …FS: readdir(): block %d slot %d/%d: inode %u, name \"%s\", namelen %u\n", block, slot, dirblock->s… in efs_readdir()
75 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
90 block++; in efs_readdir()
93 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()
101 block++; in efs_readdir()
104 filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot; in efs_readdir()