• Home
  • Raw
  • Download

Lines Matching refs:LOG

58     LOG("> workDir = %s", workDir);
78 LOG("> currentDir = %s", currentDir);
97 LOG("> desName = %s", desName);
110 LOG("> File %s", file0); in FtwCheckDirTree()
112 LOG("> File %s", file1); in FtwCheckDirTree()
114 LOG("> File error %s", path); in FtwCheckDirTree()
119 LOG("> Dir %s", DIR0); in FtwCheckDirTree()
121 LOG("> Dir %s", dir1); in FtwCheckDirTree()
123 LOG("> Dir %s", dir2); in FtwCheckDirTree()
125 LOG("> Dir %s", dir3); in FtwCheckDirTree()
127 LOG("> File error %s", path); in FtwCheckDirTree()
155 LOG("> File %s", file0); in NftwCheckDirTree()
157 LOG("> File %s", file1); in NftwCheckDirTree()
159 LOG("> File %s", path); in NftwCheckDirTree()
164 LOG("> Dir %s", DIR0); in NftwCheckDirTree()
166 LOG("> Dir %s", dir1); in NftwCheckDirTree()
168 LOG("> Dir %s", dir2); in NftwCheckDirTree()
170 LOG("> Dir %s", dir3); in NftwCheckDirTree()
172 LOG("> File %s", path); in NftwCheckDirTree()
201 LOG("vfsBuf.f_bsize = %lu", vfsBuf.f_bsize); // File system block size.
202 LOG("vfsBuf.f_frsize = %lu", vfsBuf.f_frsize); // Fundamental file system block size.
203LOG("vfsBuf.f_blocks = %lu", vfsBuf.f_blocks); // Total number of blocks on file system in un…
204 LOG("vfsBuf.f_bfree = %lu", vfsBuf.f_bfree); // Total number of free blocks.
205LOG("vfsBuf.f_bavail = %lu", vfsBuf.f_bavail); // Number of free blocks available to non-priv…
206 LOG("vfsBuf.f_files = %lu", vfsBuf.f_files); // Total number of file serial numbers.
207 LOG("vfsBuf.f_ffree = %lu", vfsBuf.f_ffree); // Total number of free file serial numbers.
208LOG("vfsBuf.f_favail = %lu", vfsBuf.f_favail); // Number of i-nodes available to unprivileged…
209 LOG("vfsBuf.f_fsid = %lu", vfsBuf.f_fsid); // File system ID.
210 LOG("vfsBuf.f_flag = %lu", vfsBuf.f_flag); // Bit mask of f_flag values.
211 LOG("vfsBuf.f_namemax = %lu", vfsBuf.f_namemax); // Maximum filename length.
214 LOG("fsBuf.f_type = %lu", fsBuf.f_type); // Type of filesystem.
215 LOG("fsBuf.f_bsize = %lu", fsBuf.f_bsize); // Optimal transfer block size.
216 LOG("fsBuf.f_blocks = %lu", fsBuf.f_blocks); // Total data blocks in filesystem.
217 LOG("fsBuf.f_bfree = %lu", fsBuf.f_bfree); // Total data blocks in filesystem.
218LOG("fsBuf.f_bavail = %lu", fsBuf.f_bavail); // Free blocks available to unprivileged user.
219 LOG("fsBuf.f_files = %lu", fsBuf.f_files); // Total file nodes in filesystem.
220 LOG("fsBuf.f_ffree = %lu", fsBuf.f_ffree); // Free file nodes in filesystem.
221 LOG("fsBuf.f_fsid.__val[0] = %d", fsBuf.f_fsid.__val[0]); // Filesystem ID.
222 LOG("fsBuf.f_fsid.__val[1] = %d", fsBuf.f_fsid.__val[1]); // Filesystem ID.
223 LOG("fsBuf.f_namelen = %ld", fsBuf.f_namelen); // Maximum length of filenames.