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

  /external/e2fsprogs/lib/support/
quotaio_tree.h 25 __le32 dqdh_prev_free; /* Number of previous block with free member in struct:qt_disk_dqdbheader
quotaio_tree.c 127 dh->dqdh_prev_free = ext2fs_cpu_to_le32(0);
142 ext2fs_le32_to_cpu(dh->dqdh_prev_free);
149 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free =
150 dh->dqdh_prev_free;
163 dh->dqdh_next_free = dh->dqdh_prev_free = ext2fs_cpu_to_le32(0);
180 dh->dqdh_prev_free = ext2fs_cpu_to_le32(0);
184 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free =
  /external/f2fs-tools/fsck/
quotaio_tree.h 31 __le32 dqdh_prev_free; /* Number of previous block with free member in struct:qt_disk_dqdbheader
quotaio_tree.c 128 dh->dqdh_prev_free = cpu_to_le32(0);
142 le32_to_cpu(dh->dqdh_prev_free);
149 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free =
150 dh->dqdh_prev_free;
163 dh->dqdh_next_free = dh->dqdh_prev_free = cpu_to_le32(0);
180 dh->dqdh_prev_free = cpu_to_le32(0);
184 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free =

Completed in 163 milliseconds