HomeSort by relevance Sort by last modified time
    Searched refs:newdb (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_dir2.c 360 uint32_t newdb, curdb = -1; local
418 newdb = xfs_dir2_dataptr_to_db(parent->fs, be32_to_cpu(lep->address));
419 if (newdb != curdb) {
421 ((xfs_bmbt_rec_t *)&core->di_literal_area[0]) + newdb);
432 curdb = newdb;
614 uint32_t newdb, curdb = -1; local
725 newdb = xfs_dir2_dataptr_to_db(parent->fs, be32_to_cpu(lep->address));
726 if (newdb != curdb) {
727 fsblkno = xfs_dir2_get_right_blk(parent->fs, core, newdb, &error);
740 curdb = newdb;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3733 struct tdb_header *newdb; local
    [all...]

Completed in 400 milliseconds