Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 21 of 21) sorted by relevance

/dragonfly/test/stress/stress2/lib/
H A Dresources.c57 inodes(void) in inodes() function
63 if (op->inodes != 0) in inodes()
64 return (op->inodes); in inodes()
178 *inode = inodes(); in getdf()
199 int64_t blocks, inodes; in reservedf() local
209 sscanf(buf, "%jd %jd", &blocks, &inodes); in reservedf()
213 getprogname(), blks/1024, inos, blocks/1024, inodes); in reservedf()
215 inodes -= inos; in reservedf()
217 snprintf(buf, sizeof(buf), "%jd %jd", blocks, inodes); in reservedf()
218 if (blocks < 0 || inodes < 0) in reservedf()
[all …]
H A Doptions.c135 if (sscanf(cp, "%d", &op->inodes) != 1) in environment()
157 op->inodes = 0; in options()
/dragonfly/contrib/file/magic/Magdir/
H A Ddump16 >0 belong 3 map of inodes on tape,
19 >0 belong 6 map of inodes deleted,
35 >0 belong 3 map of inodes on tape,
38 >0 belong 6 map of inodes deleted,
54 >0 belong 3 map of inodes on tape,
57 >0 belong 6 map of inodes deleted,
92 >0 leshort 3 map of inodes on tape.
95 >0 leshort 6 map of inodes deleted.
H A Dfilesystems1629 >&-264 lelong x pending inodes to free %d,
1649 >&-264 lelong x pending inodes to free %d,
1689 >&-264 belong x pending inodes to free %d,
1709 >&-264 belong x pending inodes to free %d,
2189 >4 belong x %d inodes,
2388 >48 lelong x \b inodes in cache %d,
2676 #>1040 lequad x \b, inodes=%ld
/dragonfly/usr.sbin/makefs/
H A Dffs.c402 (long long)fsopts->size, (long long)fsopts->inodes); in ffs_validate()
406 fsopts->inodes += fsopts->freefiles; in ffs_validate()
408 fsopts->inodes = in ffs_validate()
409 fsopts->inodes * (100 + fsopts->freefilepc) / 100; in ffs_validate()
425 roundup(fsopts->inodes, ffs_opts->bsize / DINODE1_SIZE); in ffs_validate()
457 ffs_opts->density = fsopts->size / fsopts->inodes + 1; in ffs_validate()
482 (long long)f->size, (long long)f->inodes, f->curinode); in ffs_dump_fsinfo()
608 (long long)fsopts->inodes); in ffs_create_image()
629 (long long)fsopts->size, (long long)fsopts->inodes); in ffs_size_dir()
673 fsopts->inodes++; in ffs_size_dir()
[all …]
H A Dmakefs.h143 off_t inodes; /* number of inodes */ member
H A Dhammer2.c748 sizetostr(fsopts->size), (long long)fsopts->inodes); in hammer2_validate()
784 printf("\tinodes %lld\n", (long long)fsopts->inodes); in hammer2_dump_fsinfo()
976 (long long)fsopts->size, (long long)fsopts->inodes); in hammer2_size_dir()
988 fsopts->inodes++; in hammer2_size_dir()
1006 (long long)fsopts->size, (long long)fsopts->inodes); in hammer2_size_dir()
/dragonfly/test/stress/stress2/misc/
H A Dstatfs.sh76 inodes(void)
99 size = inodes() - 1000; function
/dragonfly/bin/df/
H A Ddf.c382 int64_t used, availblks, inodes; in prtstat() local
429 inodes = vsfsp->f_files; in prtstat()
430 used = inodes - vsfsp->f_ffree; in prtstat()
439 printf(" %4.0f%% ", inodes == 0 ? 100.0 : in prtstat()
440 (double)used / (double)inodes * 100.0); in prtstat()
/dragonfly/lib/libhammer/
H A Dinfo.c76 fip->inodes = info.inodes; in libhammer_get_fsinfo()
H A Dlibhammer.h100 int64_t inodes; /* no. of inodes */ member
/dragonfly/test/stress/stress2/include/
H A Dstress.h51 int inodes; member
/dragonfly/sys/vfs/ufs/
H A DREADME101 The large reduction in writes is because inodes are clustered, so
106 what the update code is doing is allocating a bunch of inodes
108 the block containing the inodes is written first followed by the
111 before their inodes claimed them.
156 the amount of memory used by vnodes plus inodes (for a system
177 aging to improve performance (inodes age in 10 seconds, directories
179 dependencies are gone (e.g., inodes are written when directory
/dragonfly/sys/vfs/hammer2/
H A DDESIGN82 The super-root and PFS root inodes are directly represented in the
84 normal directory entries and separtely-indexed inodes are implemented
87 Normal filesystem inodes (other than inode 1) are indexed under the PFS
135 ensure that all inter-dependent inodes are flushed in the same sync
142 are created, and reordering inodes in the sync queue to prioritize inodes
145 By reprioritizing inodes in the syncq, frontend stalls are minimized.
228 will be inefficient due to the fact that all the inodes are at the
446 1. Individual file and directory inodes are fsync()d to disk,
451 operation on these file and directory inodes without further
461 an inode on the syncq and an inode not on the syncq, both inodes
[all …]
H A DTODO134 on multiple locked inodes. Fix so we can use LBUFSIZE! Or,
150 result in separate vnodes pointing to separate inodes pointing to a
H A DFREEMAP122 1KB with some coding). 1KB inodes can hold up to 512 bytes of direct
179 reserved areas for inodes vs data, but we do the next best thing by
/dragonfly/sbin/hammer/
H A Dcmd_info.c193 printf("\tNo. Inodes %10jd\n", (intmax_t)fip->inodes); in show_info()
/dragonfly/sys/vfs/hammer/
H A Dhammer_ioctl.h242 int64_t inodes; member
H A Dhammer_ioctl.c691 info->inodes = ondisk->vol0_stat_inodes; in hammer_ioc_get_info()
/dragonfly/crypto/openssh/
H A DPROTOCOL458 uint64 f_files /* total file inodes */
459 uint64 f_ffree /* free file inodes */
460 uint64 f_favail /* free file inodes for to non-root */
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh975 complete df c/--/"(all block-size human-readable si inodes \