Lines Matching defs:filesystem
123 * represent filesystem objects that require further attention.
166 struct filesystem {
184 /* Pointer adjusted to the filesystem alignment . */
245 struct filesystem *current_filesystem;
246 struct filesystem *filesystem_table;
619 * Allocate memory for the reading buffer adjusted to the filesystem
626 struct filesystem *cf = t->current_filesystem;
631 /* If we couldn't get a filesystem alignment,
654 /* Take a margin to adjust to the filesystem
667 * Calculate proper address for the filesystem.
676 * the current filesystem.
1384 * Return a current filesystem ID which is index of the filesystem entry
1410 /* There is the filesystem ID we've already generated. */
1418 * This is the new filesystem which we have to generate a new ID for.
1433 t->filesystem_table = (struct filesystem *)p;
1442 /* Setup the current filesystem properties which depend on
1448 * Returns 1 if current filesystem is generated filesystem, 0 if it is not
1463 * Returns 1 if current filesystem is remote filesystem, 0 if it is not
1522 set_statvfs_transfer_size(struct filesystem *fs, const struct statvfs *sfs)
1538 set_statfs_transfer_size(struct filesystem *fs, const struct statfs *sfs)
1556 * Gather current filesystem properties on FreeBSD, OpenBSD and Mac OS X.
1684 * Gather current filesystem properties on NetBSD
1753 * Gather current filesystem properties on Linux
1885 * Gather current filesystem properties on other posix platform.
1970 * Generic: Gather current filesystem properties.
2672 * on the other filesystem.