/src/lib/libquota/ |
quota_nfs.c | 87 /* inodes */ 135 struct quotaval blocks, inodes; local in function:__quota_nfs_get 222 &blocks, &inodes); 226 *qv = inodes;
|
/src/sbin/fsck_v7fs/ |
pathname.c | 294 int inodes = V7FS_MAX_INODE(sb) - sb->total_freeinode; local in function:pathname_check 296 progress(&(struct progress_arg){ .label = "pathname", .tick = inodes /
|
/src/bin/df/ |
df.c | 454 int64_t used, availblks, inodes; local in function:prtstat 630 inodes = sfsp->f_files; 631 used = inodes - sfsp->f_ffree; 635 inodes == 0 ? (used == 0 ? empty : full) : 636 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...] |