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

  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 70 int dindir_dirty = 0, inode_dirty = 0; local
110 dindir_dirty = inode_dirty = 1;
143 gdt_dirty = dindir_dirty = inode_dirty = 1;
178 gdt_dirty = inode_dirty = 1;
210 if (inode_dirty) {
bmap.c 146 int blocks_alloc = 0, inode_dirty = 0; local
176 inode_dirty++;
262 if ((retval == 0) && (blocks_alloc || inode_dirty)) {

Completed in 14 milliseconds