Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 25 of 67) sorted by relevance

123

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_dir.h43 namespace filesystem in _GLIBCXX_VISIBILITY()
95 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
114 assign(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
128 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
235 { return filesystem::file_size(_M_path); } in _GLIBCXX_VISIBILITY()
239 { return filesystem::file_size(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
243 { return filesystem::hard_link_count(_M_path); } in _GLIBCXX_VISIBILITY()
260 { return filesystem::status(_M_path); } in _GLIBCXX_VISIBILITY()
264 { return filesystem::status(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
268 { return filesystem::symlink_status(_M_path); } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/sbin/hammer/
H A Dcmd_rebalance.c46 const char *filesystem; in hammer_cmd_rebalance() local
67 filesystem = av[0]; in hammer_cmd_rebalance()
83 fd = open(filesystem, O_RDONLY); in hammer_cmd_rebalance()
85 err(1, "Unable to open %s", filesystem); in hammer_cmd_rebalance()
91 filesystem, strerror(errno)); in hammer_cmd_rebalance()
94 filesystem, in hammer_cmd_rebalance()
102 printf("Rebalance %s succeeded\n", filesystem); in hammer_cmd_rebalance()
H A Dcmd_mirror.c95 const char *filesystem; in hammer_cmd_mirror_read() local
117 filesystem = av[0]; in hammer_cmd_mirror_read()
315 filesystem); in hammer_cmd_mirror_read()
317 filesystem); in hammer_cmd_mirror_read()
349 filesystem, in hammer_cmd_mirror_read()
354 filesystem, in hammer_cmd_mirror_read()
711 filesystem); in create_pfs()
765 const char *filesystem; in hammer_cmd_mirror_write() local
781 filesystem = av[0]; in hammer_cmd_mirror_write()
887 filesystem, in hammer_cmd_mirror_write()
[all …]
H A Dcmd_volume.c57 const char *device, *filesystem; in hammer_cmd_volume_add() local
65 filesystem = av[1]; in hammer_cmd_volume_add()
67 fd = open(filesystem, O_RDONLY); in hammer_cmd_volume_add()
69 err(1, "hammer volume-add: unable to access %s", filesystem); in hammer_cmd_volume_add()
110 const char *device, *filesystem; in hammer_cmd_volume_del() local
118 filesystem = av[1]; in hammer_cmd_volume_del()
120 fd = open(filesystem, O_RDONLY); in hammer_cmd_volume_del()
122 err(1, "hammer volume-del: unable to access %s", filesystem); in hammer_cmd_volume_del()
H A Dcmd_reblock.c48 const char *filesystem; in hammer_cmd_reblock() local
92 filesystem = av[0]; in hammer_cmd_reblock()
113 fd = open(filesystem, O_RDONLY); in hammer_cmd_reblock()
115 err(1, "Unable to open %s", filesystem); in hammer_cmd_reblock()
120 printf("Reblock %s failed: %s\n", filesystem, strerror(errno)); in hammer_cmd_reblock()
123 filesystem, in hammer_cmd_reblock()
131 printf("Reblock %s succeeded\n", filesystem); in hammer_cmd_reblock()
H A Dcmd_synctid.c48 const char *filesystem; in hammer_cmd_synctid() local
58 filesystem = av[0]; in hammer_cmd_synctid()
67 fd = open(filesystem, O_RDONLY); in hammer_cmd_synctid()
69 err(1, "Unable to open %s", filesystem); in hammer_cmd_synctid()
73 err(1, "Synctid %s failed", filesystem); in hammer_cmd_synctid()
H A Dcmd_softprune.c42 char *filesystem; member
155 fd = open(scan->filesystem, O_RDONLY); in hammer_cmd_softprune()
157 warn("Unable to open %s", scan->filesystem); in hammer_cmd_softprune()
176 scan->filesystem); in hammer_cmd_softprune()
188 scan->filesystem); in hammer_cmd_softprune()
201 scan->filesystem, in hammer_cmd_softprune()
208 scan->filesystem, in hammer_cmd_softprune()
217 scan->filesystem, strerror(errno)); in hammer_cmd_softprune()
222 scan->filesystem, in hammer_cmd_softprune()
453 scan->filesystem = fspath; in hammer_softprune_addentry()
[all …]
H A Dcmd_snapshot.c317 const char *filesystem; in hammer_cmd_snapshot() local
328 filesystem = NULL; in hammer_cmd_snapshot()
331 filesystem = av[0]; in hammer_cmd_snapshot()
334 filesystem = av[0]; in hammer_cmd_snapshot()
348 if (filesystem == NULL) { in hammer_cmd_snapshot()
354 filesystem = buf.f_mntonname; in hammer_cmd_snapshot()
371 if (filesystem == NULL) { in hammer_cmd_snapshot()
392 filesystem = buf.f_mntonname; in hammer_cmd_snapshot()
406 int fd = open(filesystem, O_RDONLY); in hammer_cmd_snapshot()
408 err(2, "Unable to open %s", filesystem); in hammer_cmd_snapshot()
[all …]
H A Dcmd_dedup.c139 static void scan_pfs(char *filesystem, scan_pfs_cb_t func, const char *id);
866 scan_pfs(char *filesystem, scan_pfs_cb_t func, const char *id) in scan_pfs() argument
914 id, filesystem, in scan_pfs()
920 id, filesystem, glob_pfs.pfs_id); in scan_pfs()
930 err(1, "Mirror-read %s failed", filesystem); in scan_pfs()
935 filesystem, mirror.head.error); in scan_pfs()
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP36 example, with appropriate feature code added the filesystem can
54 During normal operation, each filesystem flush rotates to a new volume
148 at 2 bits per chunk. The filesystem allocation granularity
150 filesystem caches iterations when allocating multiple chunks.
241 live filesystem while the freemap scan was running. It also
252 because this could be due to a race against the live filesystem.
320 won't actually use a 5-level scheme. A 16GB filesystem can use 8
322 blocks. A 16TB filesystem can be managed with only three levels
335 reserve roughly 5% of the available blocks in the filesystem for
337 filesystem full condition.
[all …]
H A DDESIGN127 filesystem.
129 * Full filesystem coherency at both the radix tree level and the filesystem
171 further by the filesystem.
416 filesystem quickly at mount time.
438 again during normal operation of the filesystem.
453 flushed to disk on the next filesystem sync.
463 consistency for the filesystem sync. This can extend the filesystem
570 filesystem that each PFS represents.
593 The filesystem is then ready for use.
656 for various filesystem sizes is as follows:
[all …]
/dragonfly/contrib/lvm2/dist/udev/
H A D13-dm-disk.rules8 # Symlinks that depend on probing filesystem type,
24 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env…
25 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_F…
/dragonfly/sys/vfs/ufs/
H A DREADME7 code updates for the fast filesystem.
14 My `filesystem torture tests' (described below) run for days without
15 a hitch (no panic's, hangs, filesystem corruption, or memory leaks).
19 filesystem corruption, the code should only be put into production
52 Another interesting datapoint are my `filesystem torture tests'.
97 Normal filesystem:
149 a filesystem by filesystem basis by running tunefs to set a
150 bit in the superblock indicating that the filesystem should be
269 code to speed up the filesystem syncer process). I have also
287 tries to speed up the filesystem syncer process. Such a
[all …]
H A DREADME.softupdates14 To permanently enable soft updates on the /usr filesystem (or at least
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod12 …mdisk (initrd) image suitable for booting to system that has an LVM2 volume as its root filesystem.
16 filesystem on a regular volume to act as a boot partition (typically mounted
25 The filesystem image created is an ext2fs filesystem, hence your kernel must have
39 This option is required. It tells the kernel that the root filesystem should initially
44 This option is also required. It tells the initrd image which LVM2 device the root filesystem is lo…
48 Causes the initrd image to run a shell prior to mounting the root filesystem. This is
50 a problem with the root filesystem (corrupted image, incorrect device setup, etc.). This
92 filesystem. Again full pathnames are required. This can also be specified via
/dragonfly/sys/config/
H A DVKERNEL6436 options HAMMER2 #HAMMER2 filesystem
37 options NULLFS #NULL filesystem
51 options PROCFS #Process filesystem
/dragonfly/usr.bin/locate/locate/
H A Dlocate.rc21 # A non-listed filesystem will be pruned, and if the following SEARCHPATHS
22 # starts in such a filesystem locate will build an empty database!
/dragonfly/contrib/file/magic/Magdir/
H A Dhitachi-sh12 # below test line conflicts with 2nd NTFS filesystem sector
13 # 2nd NTFS filesystem sector often starts with 0x05004e00 for unicode string 5 NTLDR
H A Dfilesystems59 >0 ubyte 0x4a ALFX/THIN filesystem for DOS
88 >0 ubyte 0x78 XOSL boot loader filesystem
105 >0 ubyte 0x93 Amoeba filesystem
125 >0 ubyte 0xae SHAG OS filesystem
132 >0 ubyte 0xb7 BSDI BSD/386 filesystem
1152 0 string FATX FATX filesystem data
1775 0x400 lelong 0xF2F52010 F2FS filesystem
2332 # Type: CROM filesystem
2363 >&0 lelong <3 JFS2 filesystem image
2373 0 lelong 0x070162 LFS filesystem image
[all …]
/dragonfly/contrib/smbfs/
H A DREADME6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
7 It is a complete, kernel side implementation of SMB requester and filesystem.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfilesystem1 // <filesystem> -*- C++ -*-
25 /** @file filesystem
H A Dfstream52 // Enable if _Path is a filesystem::path or experimental::filesystem::path
321 * @param __s The name of the file, as a filesystem::path.
540 * @param __s filesystem::path specifying the filename.
658 * @param __s The name of the file, as a filesystem::path.
766 * @param __s filesystem::path specifying the filename.
884 * @param __s The name of the file, as a filesystem::path.
990 * @param __s filesystem::path specifying the filename.
1108 * @param __s The name of the file, as a filesystem::path.
/dragonfly/nrelease/root/etc/
H A Dfstab.example12 # example MFS remount (for a pristine MFS filesystem do not use -C)
/dragonfly/sys/dev/disk/dm/doc/
H A DTODO11 * Cleanup resize_ffs to properly resize filesystem on LV
/dragonfly/usr.bin/crunch/
H A DREADME42 enough to fit on a 1.2 MB root filesystem floppy (albeit with the kernel
44 easily with a kernel for a decent one-disk fixit filesystem.

123