Searched refs:kblocks (Results 1 – 3 of 3) sorted by relevance
131 if (sscanf(cp, "%jd", &op->kblocks) != 1) in environment()156 op->kblocks = 0; in options()
83 if (op->kblocks != 0) in df()84 return (op->kblocks * (uint64_t)1024); in df()
48 int64_t kblocks; member