| /src/lib/libquota/ |
| quota_nfs.c | 87 /* inodes */ 135 struct quotaval blocks, inodes; local 222 &blocks, &inodes); 226 *qv = inodes;
|
| /src/sbin/fsck_v7fs/ |
| pathname.c | 294 int inodes = V7FS_MAX_INODE(sb) - sb->total_freeinode; local 296 progress(&(struct progress_arg){ .label = "pathname", .tick = inodes /
|
| /src/bin/df/ |
| df.c | 456 int64_t used, availblks, inodes; local 632 inodes = sfsp->f_files; 633 used = inodes - sfsp->f_ffree; 637 inodes == 0 ? (used == 0 ? empty : full) : 638 strspct(pb, sizeof(pb), used, inodes, 0));
|
| /src/usr.sbin/makefs/ |
| makefs.h | 158 off_t inodes; /* number of inodes */ member in struct:makefs_fsinfo
|
| /src/sbin/resize_ffs/ |
| resize_ffs.c | 108 /* a cg's worth of brand new squeaky-clean inodes */ 131 /* in-core copies of all inodes in the fs, indexed by inumber */ 132 union dinode *inodes; variable in typeref:union:dinode 134 void *ibuf; /* ptr to fs block-sized buffer for reading/writing inodes */ 136 /* byteswapped inodes */ 143 * block of inodes, and applies to the whole 457 * summary info in newsb; it also writes out new inodes for the cg. 580 * I'm not convinced this can happen - I think the inodes are always 623 /* Write out the cleared inodes. */ 627 /* Write out the cleared inodes. * [all...] |
| /src/sys/ufs/lfs/ |
| lfs.h | 422 * Inodes 756 uint16_t ss_ninos; /* 22: number of inodes in summary */ 771 uint16_t ss_ninos; /* 22: number of inodes in summary */ 789 uint16_t ss_ninos; /* 26: number of inodes in summary */ 864 uint32_t dlfs_nfiles; /* 40: number of allocated inodes */ 866 int32_t dlfs_uinodes; /* 48: inodes in cache not yet on disk */ 874 uint32_t dlfs_inopf; /* 80: v1: time stamp; v2: inodes per frag */ 882 uint32_t dlfs_inopb; /* 100: inodes per block */ 938 uint64_t dlfs_nfiles; /* 48: number of allocated inodes */ 942 int32_t dlfs_uinodes; /* 80: inodes in cache not yet on disk * 1425 ino_t *inodes; \/* Array of inode numbers *\/ member in struct:lfs_inode_array [all...] |