Searched refs:tree_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/bcachefs/
H A Dsnapshot.c79 u32 root_id, u32 subvol_id, u32 *tree_id)
89 *tree_id = n_tree->k.p.offset;
629 * Look up snapshot tree for @tree_id and find root,
633 u32 snap_id, u32 tree_id)
636 int ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t);
693 u32 root_id = bch2_snapshot_root(c, k.k->p.offset), tree_id; local
703 tree_id = le32_to_cpu(root.v->tree);
705 ret = bch2_snapshot_tree_lookup(trans, tree_id, &s_t);
714 &tree_id);
718 u->v.tree = cpu_to_le32(tree_id);
78 bch2_snapshot_tree_create(struct btree_trans *trans, u32 root_id, u32 subvol_id, u32 *tree_id) argument
632 snapshot_tree_ptr_good(struct btree_trans *trans, u32 snap_id, u32 tree_id) argument
[all...]
/linux-master/include/uapi/linux/
H A Dbtrfs.h519 * A special tree_id value of 0 will cause a search in the subvolume
522 __u64 tree_id; /* in */ member in struct:btrfs_ioctl_search_key
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h7760 * Note that tree_id 0 is allocated for a default-route tree.
7763 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8);
7767 u8 tree_id)
7772 mlxsw_reg_ralta_tree_id_set(payload, tree_id);
7801 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8);
7810 * Note that tree_id 0 is allocated for a default-route tree, bins are 0xff
7818 * Note that tree_id 0 is allocated for a default-route tree, bins are 0xff
7824 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) argument
7833 mlxsw_reg_ralst_tree_id_set(payload, tree_id);
7872 * By default, all Unicast IPv4 and IPv6 are bound to tree_id
7765 mlxsw_reg_ralta_pack(char *payload, bool alloc, enum mlxsw_reg_ralxx_protocol protocol, u8 tree_id) argument
7877 mlxsw_reg_raltb_pack(char *payload, u16 virtual_router, enum mlxsw_reg_ralxx_protocol protocol, u8 tree_id) argument
[all...]
H A Dspectrum_router.c169 u8 tree_id);
792 const struct mlxsw_sp_fib *fib, u8 tree_id)
798 tree_id);
956 enum mlxsw_sp_l3proto proto, u8 tree_id)
962 if (fib->lpm_tree->id == tree_id)
791 mlxsw_sp_vr_lpm_tree_bind(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_sp_fib *fib, u8 tree_id) argument
955 mlxsw_sp_vr_lpm_tree_should_replace(struct mlxsw_sp_vr *vr, enum mlxsw_sp_l3proto proto, u8 tree_id) argument
/linux-master/fs/btrfs/
H A Dioctl.c1724 if (sk->tree_id == 0) {
1728 root = btrfs_get_fs_root(info, sk->tree_id, true);
1836 * in a 'tree_id' tree. and sets path name to 'name'.
1839 u64 tree_id, u64 dirid, char *name)
1863 root = btrfs_get_fs_root(info, tree_id, true);
1838 btrfs_search_path_in_tree(struct btrfs_fs_info *info, u64 tree_id, u64 dirid, char *name) argument
/linux-master/fs/smb/server/
H A Dsmb2pdu.c92 unsigned int tree_id; local
106 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId);
117 if (tree_id != UINT_MAX && work->tcon->id != tree_id) {
119 tree_id, work->tcon->id);
125 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id);
127 pr_err("Invalid tid %d\n", tree_id);

Completed in 1605 milliseconds