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

  /external/e2fsprogs/lib/quota/
quotaio_tree.h 23 u_int32_t dqdh_next_free; /* Number of next block with free member in struct:qt_disk_dqdbheader
quotaio_tree.c 101 info->dqi_free_blk = ext2fs_le32_to_cpu(dh->dqdh_next_free);
124 dh->dqdh_next_free = ext2fs_cpu_to_le32(info->dqi_free_blk);
137 uint nextblk = ext2fs_le32_to_cpu(dh->dqdh_next_free), prevblk =
152 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free =
153 dh->dqdh_next_free;
160 dh->dqdh_next_free = dh->dqdh_prev_free = ext2fs_cpu_to_le32(0);
175 dh->dqdh_next_free = ext2fs_cpu_to_le32(info->dqi_free_entry);

Completed in 64 milliseconds