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 69 int dindir_dirty = 0, inode_dirty = 0; local
109 dindir_dirty = inode_dirty = 1;
142 gdt_dirty = dindir_dirty = inode_dirty = 1;
177 gdt_dirty = inode_dirty = 1;
209 if (inode_dirty) {
bmap.c 142 int blocks_alloc = 0, inode_dirty = 0; local
218 inode_dirty++;
313 if ((retval == 0) && (blocks_alloc || inode_dirty)) {

Completed in 197 milliseconds