Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsuper.c955 u64 subvolid; in btrfs_parse_subvol_options() local
985 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()
990 if (subvolid == 0) in btrfs_parse_subvol_options()
991 subvolid = BTRFS_FS_TREE_OBJECTID; in btrfs_parse_subvol_options()
993 *subvol_objectid = subvolid; in btrfs_parse_subvol_options()