Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dbtrfs.h496 __u64 tree_id; /* in */ member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h7593 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8);
7597 u8 tree_id) in mlxsw_reg_ralta_pack() argument
7602 mlxsw_reg_ralta_tree_id_set(payload, tree_id); in mlxsw_reg_ralta_pack()
7631 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8);
7654 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument
7663 mlxsw_reg_ralst_tree_id_set(payload, tree_id); in mlxsw_reg_ralst_pack()
7705 MLXSW_ITEM32(reg, raltb, tree_id, 0x00, 0, 8);
7709 u8 tree_id) in mlxsw_reg_raltb_pack() argument
7714 mlxsw_reg_raltb_tree_id_set(payload, tree_id); in mlxsw_reg_raltb_pack()
Dspectrum_router.c139 u8 tree_id);
760 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() argument
766 tree_id); in mlxsw_sp_vr_lpm_tree_bind()
923 enum mlxsw_sp_l3proto proto, u8 tree_id) in mlxsw_sp_vr_lpm_tree_should_replace() argument
929 if (fib->lpm_tree->id == tree_id) in mlxsw_sp_vr_lpm_tree_should_replace()
/linux-6.1.9/fs/btrfs/
Dioctl.c2573 if (sk->tree_id == 0) { in search_ioctl()
2577 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()
2688 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument
2712 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c98 int tree_id; in smb2_get_ksmbd_tcon() local
113 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
114 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon()
116 pr_err("Invalid tid %d\n", tree_id); in smb2_get_ksmbd_tcon()