99DESCRIPTION
1010-----------
1111
12- ** btrfs filesystem ** is used to perform several whole filesystem level tasks,
12+ :command: ` btrfs filesystem ` is used to perform several whole filesystem level tasks,
1313including all the regular filesystem operations like resizing, space stats,
1414label setting/getting, and defragmentation. There are other whole filesystem
1515tasks like scrub or balance that are grouped in separate commands.
@@ -26,7 +26,7 @@ df [options] <path>
2626
2727 * device size: *1.9TiB *, one device, no RAID
2828 * filesystem size: *1.9TiB *
29- * created with: ** mkfs.btrfs -d single -m single **
29+ * created with: :command: ` mkfs.btrfs -d single -m single `
3030
3131 .. code-block :: none
3232
@@ -94,7 +94,7 @@ defragment [options] <file>|<dir> [<file>|<dir>...]
9494 .. warning ::
9595 Defragmenting with Linux kernel versions < 3.9 or ≥ 3.14-rc2 as well as
9696 with Linux stable kernel versions ≥ 3.10.31, ≥ 3.12.12 or ≥ 3.13.4 will break up
97- the reflinks of COW data (for example files copied with ** cp --reflink ** ,
97+ the reflinks of COW data (for example files copied with :command: ` cp --reflink ` ,
9898 snapshots or de-duplicated data).
9999 This may cause considerable increase of space usage depending on the broken up
100100 reflinks.
@@ -146,7 +146,7 @@ du [options] <path> [<path>..]
146146 shared) bytes. We also calculate a 'set shared' value which is
147147 described below.
148148
149- Each argument to ** btrfs filesystem du ** will have a *set shared * value
149+ Each argument to :command: ` btrfs filesystem du ` will have a *set shared * value
150150 calculated for it. We define each *set * as those files found by a
151151 recursive search of an argument (recursion descends to subvolumes but not
152152 mount points). The *set shared * value then is a sum of all shared space
@@ -197,8 +197,9 @@ mkswapfile [-s size] file
197197 activated swapfile cannot be balanced.
198198
199199 Swapfile creation can be achieved by standalone commands too. Activation
200- needs to be done by command ``swapon(8) ``. See also command ``btrfs
201- inspect-internal map-swapfile `` and the :doc: `Swapfile feature<Swapfile> ` description.
200+ needs to be done by command ``swapon(8) ``. See also command
201+ :command: `btrfs inspect-internal map-swapfile `
202+ and the :doc: `Swapfile feature<Swapfile> ` description.
202203
203204 .. note ::
204205 The command is a simplified version of 'mkswap', if you want to set
@@ -223,7 +224,7 @@ resize [options] [<devid>:][+/-]<size>[kKmMgGtTpPeE]|[<devid>:]max <path>
223224 as expected and does not resize the image. This would resize the underlying
224225 filesystem instead.
225226
226- The *devid * can be found in the output of ** btrfs filesystem show ** and
227+ The *devid * can be found in the output of :command: ` btrfs filesystem show ` and
227228 defaults to 1 if not specified.
228229 The *size * parameter specifies the new size of the filesystem.
229230 If the prefix *+ * or *- * is present the size is increased or decreased
@@ -291,11 +292,11 @@ show [options] [<path>|<uuid>|<device>|<label>]
291292sync <path>
292293 Force a sync of the filesystem at *path *, similar to the ``sync(1) `` command. In
293294 addition, it starts cleaning of deleted subvolumes. To wait for the subvolume
294- deletion to complete use the ** btrfs subvolume sync ** command.
295+ deletion to complete use the :command: ` btrfs subvolume sync ` command.
295296
296297usage [options] <path> [<path>...]
297298 Show detailed information about internal filesystem usage. This is supposed to
298- replace the ** btrfs filesystem df ** command in the long run.
299+ replace the :command: ` btrfs filesystem df ` command in the long run.
299300
300301 The level of detail can differ if the command is run under a regular or the
301302 root user (due to use of restricted ioctl). For both there's a summary section
@@ -461,7 +462,7 @@ simply using *max* as size we will achieve that.
461462
462463.. note ::
463464 There are two ways to minimize the filesystem on a given device. The
464- ** btrfs inspect-internal min-dev-size ** command, or iteratively shrink in steps.
465+ :command: ` btrfs inspect-internal min-dev-size ` command, or iteratively shrink in steps.
465466
466467EXIT STATUS
467468-----------
0 commit comments