Home
last modified time | relevance | path

Searched refs:subvolid (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dsuper.c946 u64 subvolid; in btrfs_parse_subvol_options() local
976 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()
981 if (subvolid == 0) in btrfs_parse_subvol_options()
982 subvolid = BTRFS_FS_TREE_OBJECTID; in btrfs_parse_subvol_options()
984 *subvol_objectid = subvolid; in btrfs_parse_subvol_options()