Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsnapshot.c78 u32 root_id, u32 subvol_id, u32 *tree_id) in bch2_snapshot_tree_create() argument
88 *tree_id = n_tree->k.p.offset; in bch2_snapshot_tree_create()
636 u32 snap_id, u32 tree_id) in snapshot_tree_ptr_good() argument
639 int ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t); in snapshot_tree_ptr_good()
696 u32 root_id = bch2_snapshot_root(c, k.k->p.offset), tree_id; in snapshot_tree_ptr_repair() local
706 tree_id = le32_to_cpu(root.v->tree); in snapshot_tree_ptr_repair()
708 ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t); in snapshot_tree_ptr_repair()
717 &tree_id); in snapshot_tree_ptr_repair()
721 u->v.tree = cpu_to_le32(tree_id); in snapshot_tree_ptr_repair()
732 u->v.tree = cpu_to_le32(tree_id); in snapshot_tree_ptr_repair()
[all …]
/linux/include/uapi/linux/
H A Dbtrfs.h522 __u64 tree_id; /* in */ member
/linux/fs/btrfs/
H A Dioctl.c1723 if (sk->tree_id == 0) { in search_ioctl()
1727 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()
1838 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument
1862 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()
/linux/fs/smb/server/
H A Dsmb2pdu.c92 unsigned int tree_id; in smb2_get_ksmbd_tcon() local
106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
117 if (tree_id != UINT_MAX && work->tcon->id != tree_id) { in smb2_get_ksmbd_tcon()
119 tree_id, work->tcon->id); in smb2_get_ksmbd_tcon()
125 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon()
127 pr_err("Invalid tid %d\n", tree_id); in smb2_get_ksmbd_tcon()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c169 u8 tree_id);
792 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() argument
798 tree_id); in mlxsw_sp_vr_lpm_tree_bind()
956 enum mlxsw_sp_l3proto proto, u8 tree_id) in mlxsw_sp_vr_lpm_tree_should_replace() argument
962 if (fib->lpm_tree->id == tree_id) in mlxsw_sp_vr_lpm_tree_should_replace()