Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/makefs/ffs/ | |
ffs_alloc.c | 255 uint32_t i, icg = cg; local in function:ffs_hashalloc 280 cg = (icg + 2) % fs->fs_ncg; |
/src/sys/ufs/ext2fs/ | |
ext2fs_alloc.c | 296 int i, icg = cg; local in function:ext2fs_hashalloc 321 cg = (icg + 2) % fs->e2fs_ncg; |
/src/sys/ufs/ffs/ | |
ffs_alloc.c | 921 u_int i, icg = cg; local in function:ffs_hashalloc 949 cg = (icg + 2) % fs->fs_ncg; |