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, sb_blk = 0; local
119 dindir_dirty = inode_dirty = 1;
152 gdt_dirty = dindir_dirty = inode_dirty = 1;
187 gdt_dirty = inode_dirty = 1;
219 if (inode_dirty) {
bmap.c 301 int blocks_alloc = 0, inode_dirty = 0; local
342 inode_dirty++;
437 if ((retval == 0) && (blocks_alloc || inode_dirty)) {

Completed in 248 milliseconds