Searched refs:tree_id (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs.h | 519 __u64 tree_id; /* in */ member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 7691 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8); 7695 u8 tree_id) in mlxsw_reg_ralta_pack() argument 7700 mlxsw_reg_ralta_tree_id_set(payload, tree_id); in mlxsw_reg_ralta_pack() 7729 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8); 7752 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument 7761 mlxsw_reg_ralst_tree_id_set(payload, tree_id); in mlxsw_reg_ralst_pack() 7803 MLXSW_ITEM32(reg, raltb, tree_id, 0x00, 0, 8); 7807 u8 tree_id) in mlxsw_reg_raltb_pack() argument 7812 mlxsw_reg_raltb_tree_id_set(payload, tree_id); in mlxsw_reg_raltb_pack()
|
H A D | spectrum_router.c | 168 u8 tree_id); 791 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() argument 797 tree_id); in mlxsw_sp_vr_lpm_tree_bind() 955 enum mlxsw_sp_l3proto proto, u8 tree_id) in mlxsw_sp_vr_lpm_tree_should_replace() argument 961 if (fib->lpm_tree->id == tree_id) in mlxsw_sp_vr_lpm_tree_should_replace()
|
/openbmc/linux/fs/btrfs/ |
H A D | ioctl.c | 1716 if (sk->tree_id == 0) { in search_ioctl() 1720 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl() 1831 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument 1855 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 94 unsigned int tree_id; in smb2_get_ksmbd_tcon() local 108 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon() 119 if (tree_id != UINT_MAX && work->tcon->id != tree_id) { in smb2_get_ksmbd_tcon() 121 tree_id, work->tcon->id); in smb2_get_ksmbd_tcon() 127 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon() 129 pr_err("Invalid tid %d\n", tree_id); in smb2_get_ksmbd_tcon()
|