Home | History | Annotate | Download | only in ext2fs

Lines Matching full:physblock

30 	blk64_t			physblock;
137 if (!file->physblock) {
140 file->blockno, 0, &file->physblock);
145 retval = io_channel_write_blk64(fs->io, file->physblock, 1, file->buf);
180 * function basically only sets file->physblock and EXT2_FILE_BUF_VALID
191 &file->physblock);
195 if (file->physblock) {
197 file->physblock,
304 if (!file->physblock) {
309 &file->physblock);