Searched refs:subvolid (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | subvolume.c | 11 static int get_subvol_name(u64 subvolid, char *name, int max_len) in get_subvol_name() argument 23 while (subvolid != BTRFS_FS_TREE_OBJECTID) { in get_subvol_name() 24 subvolid = btrfs_lookup_root_ref(subvolid, &rref, tmp); in get_subvol_name() 26 if (subvolid == -1ULL) in get_subvol_name() 36 if (btrfs_find_root(subvolid, &root, NULL)) in get_subvol_name()
|
D | root.c | 58 u64 btrfs_lookup_root_ref(u64 subvolid, struct btrfs_root_ref *refp, char *name) in btrfs_lookup_root_ref() argument 65 key = btrfs_search_tree_key_type(&btrfs_info.tree_root, subvolid, in btrfs_lookup_root_ref()
|
/external/syzkaller/sys/linux/ |
D | filesystem.txt | 394 subvolid fs_opt_hex["subvolid", int64]
|