/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | fs_dir.h | 43 namespace filesystem in _GLIBCXX_VISIBILITY() 95 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY() 99 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 114 assign(const filesystem::path& __p) in _GLIBCXX_VISIBILITY() 121 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 128 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY() 135 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 150 const filesystem::path& path() const noexcept { return _M_path; } in _GLIBCXX_VISIBILITY() 151 operator const filesystem::path& () const noexcept { return _M_path; } in _GLIBCXX_VISIBILITY() 155 { return filesystem::exists(file_status{_M_file_type()}); } in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/sbin/hammer/ |
H A D | cmd_rebalance.c | 46 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 D | cmd_mirror.c | 53 static int generate_histogram(int fd, const char *filesystem, 71 static void hammer_check_restrict(const char *filesystem); 95 const char *filesystem; in hammer_cmd_mirror_read() local 117 filesystem = av[0]; in hammer_cmd_mirror_read() 118 hammer_check_restrict(filesystem); in hammer_cmd_mirror_read() 133 fd = getpfs(&pfs, filesystem); in hammer_cmd_mirror_read() 214 histmax = generate_histogram(fd, filesystem, in hammer_cmd_mirror_read() 293 filesystem, strerror(errno)); in hammer_cmd_mirror_read() 294 err(1, "Mirror-read %s failed", filesystem); in hammer_cmd_mirror_read() 299 filesystem, mirror.head.error); in hammer_cmd_mirror_read() [all …]
|
H A D | cmd_volume.c | 57 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 D | cmd_reblock.c | 48 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 D | cmd_synctid.c | 48 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 D | cmd_softprune.c | 42 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() 163 warn("Filesystem %s is not HAMMER", scan->filesystem); in hammer_cmd_softprune() 176 scan->filesystem); in hammer_cmd_softprune() 188 scan->filesystem); in hammer_cmd_softprune() 191 scan->filesystem, scan->prune.nelms); 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() [all …]
|
H A D | cmd_snapshot.c | 317 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 D | cmd_dedup.c | 139 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()
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | FREEMAP | 36 example, with appropriate feature code added the filesystem can 54 During normal operation, each filesystem flush rotates to a new volume 55 header. A filesystem may have up to four volume headers spread at 2GB 71 always occur prior to the area being covered. Thus a HAMMER2 filesystem 109 be flushed at least once a minute by the normal filesystem sync. The 113 H2 filesystem between that TID and the last flushed TID. All blocks not 148 at 2 bits per chunk. The filesystem allocation granularity 150 filesystem caches iterations when allocating multiple chunks. 197 leaves it to the live filesystem to initialize the freemap as more space 222 bulkfree scan. This scans all filesystem meta-data in two major passes [all …]
|
H A D | DESIGN | 44 * Standard filesystem semantics with full hardlink and softlink support. 58 * Block-copy-on-write filesystem mechanism for both the main topology 60 rotate between (up to) 4 volume headers (capped at 4 if the filesystem 87 Normal filesystem inodes (other than inode 1) are indexed under the PFS 116 the filesystem, taking a snapshot is a trivial operation requiring only 127 filesystem. 129 * Full filesystem coherency at both the radix tree level and the filesystem 130 semantics level. This is true for all filesystem syncs, recovery after 133 The filesystem syncs fully vfsync the buffer cache for the files 136 group. Atomic filesystem ops such as write()s are guaranteed to remain [all …]
|
/dflybsd-src/contrib/lvm2/dist/udev/ |
H A D | 13-dm-disk.rules | 8 # 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…
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | README | 7 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'. 60 Normal filesystem: writes: 1,459,147 sync, 487,031 async; run time 27hr, 15min 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 197 structural reorganization of the filesystem code to accommodate [all …]
|
H A D | README.softupdates | 14 To permanently enable soft updates on the /usr filesystem (or at least
|
/dflybsd-src/contrib/lvm2/dist/scripts/lvm2create_initrd/ |
H A D | lvm2create_initrd.pod | 12 …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
|
/dflybsd-src/sys/config/ |
H A D | VKERNEL64 | 36 options HAMMER2 #HAMMER2 filesystem 37 options NULLFS #NULL filesystem 51 options PROCFS #Process filesystem
|
/dflybsd-src/usr.bin/locate/locate/ |
H A D | locate.rc | 21 # A non-listed filesystem will be pruned, and if the following SEARCHPATHS 22 # starts in such a filesystem locate will build an empty database!
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | hitachi-sh | 12 # 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 D | filesystems | 59 >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 187 0 string \366\366\366\366 PC formatted floppy with no filesystem 493 # label with 11 characters of FAT 12 bit filesystem 1152 0 string FATX FATX filesystem data 1155 0 string -rom1fs- romfs filesystem, version 1 1558 # if 2nd NTFS sectors is found then assume whole filesystem [all …]
|
/dflybsd-src/contrib/smbfs/ |
H A D | README | 6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD. 7 It is a complete, kernel side implementation of SMB requester and filesystem.
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | filesystem | 1 // <filesystem> -*- C++ -*- 25 /** @file filesystem
|
H A D | fstream | 52 // 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.
|
/dflybsd-src/nrelease/root/etc/ |
H A D | fstab.example | 12 # example MFS remount (for a pristine MFS filesystem do not use -C)
|
/dflybsd-src/sys/dev/disk/dm/doc/ |
H A D | TODO | 11 * Cleanup resize_ffs to properly resize filesystem on LV
|
/dflybsd-src/usr.bin/crunch/ |
H A D | README | 42 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.
|