All of lore.kernel.org
 help / color / mirror / Atom feed
From: Goffredo Baroncelli <kreijack@inwind.it>
To: linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: btrfs subvolume list: what is the meaning of "top level"
Date: Sat, 09 Nov 2013 19:10:33 +0100	[thread overview]
Message-ID: <527E7A99.2070207@inwind.it> (raw)

Hi all,

in "btrfs subvolume list" I supposed that "top level" is the subvolume
"father" tree id. But the example below shows that I am wrong.


ghigo@venice:/tmp$ uname -a
Linux venice 3.11.7 #142 SMP Wed Nov 6 19:25:46 CET 2013 x86_64 GNU/Linux
ghigo@venice:/tmp$ sudo mkfs.btrfs /dev/loop0

WARNING! - Btrfs v0.20-rc1 IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using

SMALL VOLUME: forcing mixed metadata/data groups
Created a data/metadata chunk of size 8388608
fs created label (null) on /dev/loop0
	nodesize 4096 leafsize 4096 sectorsize 4096 size 1001.00MB
Btrfs v0.20-rc1
ghigo@venice:/tmp$ sudo mount /dev/loop0 t/
ghigo@venice:/tmp$ sudo mkdir t/dir
ghigo@venice:/tmp$ sudo btrfs sub create t/sub1
Create subvolume 't/sub1'
ghigo@venice:/tmp$ sudo btrfs sub create t/dir/sub2
Create subvolume 't/dir/sub2'
ghigo@venice:/tmp$ sudo btrfs sub create t/dir/sub3
Create subvolume 't/dir/sub3'
ghigo@venice:/tmp$ sudo btrfs sub create t/dir/sub3/sub4
Create subvolume 't/dir/sub3/sub4'
ghigo@venice:/tmp$ sudo btrfs sub create t/sub5
Create subvolume 't/sub5'
ghigo@venice:/tmp$ sudo btrfs sub create t/sub5/sub6
Create subvolume 't/sub5/sub6'
ghigo@venice:/tmp$ sudo btrfs sub list t/ | nl
     1	ID 256 gen 5 top level 5 path sub1
     2	ID 257 gen 6 top level 5 path dir/sub2
     3	ID 258 gen 8 top level 5 path dir/sub3
     4	ID 259 gen 8 top level 5 path dir/sub3/sub4
     5	ID 260 gen 10 top level 5 path sub5
     6	ID 261 gen 10 top level 5 path sub5/sub6


I expected that in the line 4, the top level should be 258; the same for
the line 6: top level should be 260. So my question is: what is the
meaning of the "top level" value ?

Thanks.

BR
G.Baroncelli
-- 
gpg @keyserver.linux.it: Goffredo Baroncelli (kreijackATinwind.it>
Key fingerprint BBF5 1610 0B64 DAC6 5F7D  17B2 0EDA 9B37 8B82 E0B5

             reply	other threads:[~2013-11-09 18:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09 18:10 Goffredo Baroncelli [this message]
2013-11-09 20:18 ` btrfs subvolume list: what is the meaning of "top level" Chris Murphy
2013-11-10  7:38   ` Goffredo Baroncelli
2013-11-10  7:55     ` Goffredo Baroncelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=527E7A99.2070207@inwind.it \
    --to=kreijack@inwind.it \
    --cc=kreijack@libero.it \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.