| /src/lib/libc/gen/ |
| scandir.c | 63 dirsize(int fd, size_t olen) function in typeref:typename:size_t 105 if ((arraysz = dirsize(dirp->dd_fd, 0)) == 0) 123 if ((arraysz = dirsize(dirp->dd_fd, arraysz)) == 0)
|
| scandir.c | 63 dirsize(int fd, size_t olen) function in typeref:typename:size_t 105 if ((arraysz = dirsize(dirp->dd_fd, 0)) == 0) 123 if ((arraysz = dirsize(dirp->dd_fd, arraysz)) == 0)
|
| /src/lib/libc/db/hash/ |
| hash.c | 830 size_t dirsize; local in function:__expand_table 845 dirsize = hashp->DSIZE * sizeof(SEGMENT *); 846 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1)) 848 dirsize <<= 1; 849 _DBFIT(dirsize, uint32_t); 850 hashp->DSIZE = (uint32_t)dirsize;
|
| hash.c | 830 size_t dirsize; local in function:__expand_table 845 dirsize = hashp->DSIZE * sizeof(SEGMENT *); 846 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1)) 848 dirsize <<= 1; 849 _DBFIT(dirsize, uint32_t); 850 hashp->DSIZE = (uint32_t)dirsize;
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_htree.c | 492 uint64_t cursize, dirsize; local in function:ext2fs_htree_add_entry 529 dirsize = cursize + blksize; 530 blknum = dirsize / blksize - 1; 623 dirsize = cursize + blksize; 624 blknum = dirsize / blksize - 1;
|
| ext2fs_htree.c | 492 uint64_t cursize, dirsize; local in function:ext2fs_htree_add_entry 529 dirsize = cursize + blksize; 530 blknum = dirsize / blksize - 1; 623 dirsize = cursize + blksize; 624 blknum = dirsize / blksize - 1;
|
| /src/sys/ufs/ffs/ |
| ffs_alloc.c | 643 uint64_t dirsize, cgsize, curdsz; local in function:ffs_dirpref 696 dirsize = (int64_t)fs->fs_avgfilesize * fs->fs_avgfpdir; 699 if (dirsize < curdsz) 700 dirsize = curdsz; 702 if (cgsize < dirsize * 255) 703 maxcontigdirs = (avgbfree * fs->fs_bsize) / dirsize;
|
| ffs_alloc.c | 643 uint64_t dirsize, cgsize, curdsz; local in function:ffs_dirpref 696 dirsize = (int64_t)fs->fs_avgfilesize * fs->fs_avgfpdir; 699 if (dirsize < curdsz) 700 dirsize = curdsz; 702 if (cgsize < dirsize * 255) 703 maxcontigdirs = (avgbfree * fs->fs_bsize) / dirsize;
|