Searched refs:actual (Results 1 – 4 of 4) sorted by relevance
18 the actual driver.
448 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_offset() local454 actual = 0; in gfs2_dirent_find_offset()455 if (ptr < (void *)dent + actual) in gfs2_dirent_find_offset()467 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); in gfs2_dirent_find_space() local471 actual = 0; in gfs2_dirent_find_space()472 if (totlen - actual >= required) in gfs2_dirent_find_space()
59 The <block_pointer> stores the actual block start offset and not
128 was probably more important than the actual algorithm. Colin Plumb also