Searched defs:uninit (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c368 int uninit; local
426 uninit = 0;
428 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
443 uninit);
/external/e2fsprogs/resize/
H A Dresize2fs.c114 /* Clear the block bitmap uninit flag for the last block group */
1768 int uninit = 0; local
1775 uninit = fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT;
1785 if ((uninit &&
1811 uninit = (fs->group_desc[group].bg_flags &
1835 uninit = fs->group_desc[group].bg_flags & EXT2_BG_INODE_UNINIT;
1837 if (uninit ||
1853 uninit = (fs->group_desc[group].bg_flags &
/external/kernel-headers/original/linux/
H A Dnetdevice.h461 void (*uninit)(struct net_device *dev); member in struct:net_device

Completed in 119 milliseconds