Searched refs:tree_id (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | snapshot.c | 79 u32 root_id, u32 subvol_id, u32 *tree_id) in bch2_snapshot_tree_create() argument 89 *tree_id = n_tree->k.p.offset; in bch2_snapshot_tree_create() 577 u32 snap_id, u32 tree_id) in snapshot_tree_ptr_good() argument 647 tree_id = le32_to_cpu(root.v->tree); in snapshot_tree_ptr_repair() 658 &tree_id); in snapshot_tree_ptr_repair() 662 u->v.tree = cpu_to_le32(tree_id); in snapshot_tree_ptr_repair() 673 u->v.tree = cpu_to_le32(tree_id); in snapshot_tree_ptr_repair() 850 u32 tree_id = 0; in check_snapshot_exists() local 855 tree_id = k.k->p.offset; in check_snapshot_exists() 864 if (!tree_id) { in check_snapshot_exists() [all …]
|
| H A D | fsck.c | 157 u32 tree_id, u32 *subvol) in find_snapshot_tree_subvol() argument 168 if (le32_to_cpu(s.v->tree) != tree_id) in find_snapshot_tree_subvol()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | btrfs.h | 522 __u64 tree_id; /* in */ member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 7766 MLXSW_ITEM32(reg, ralta, tree_id, 0x00, 0, 8); 7770 u8 tree_id) in mlxsw_reg_ralta_pack() argument 7775 mlxsw_reg_ralta_tree_id_set(payload, tree_id); in mlxsw_reg_ralta_pack() 7804 MLXSW_ITEM32(reg, ralst, tree_id, 0x00, 0, 8); 7827 static inline void mlxsw_reg_ralst_pack(char *payload, u8 root_bin, u8 tree_id) in mlxsw_reg_ralst_pack() argument 7836 mlxsw_reg_ralst_tree_id_set(payload, tree_id); in mlxsw_reg_ralst_pack() 7878 MLXSW_ITEM32(reg, raltb, tree_id, 0x00, 0, 8); 7882 u8 tree_id) in mlxsw_reg_raltb_pack() argument 7887 mlxsw_reg_raltb_tree_id_set(payload, tree_id); in mlxsw_reg_raltb_pack()
|
| H A D | spectrum_router.c | 169 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()
|
| /linux-6.15/fs/btrfs/ |
| H A D | ioctl.c | 1627 if (sk->tree_id == 0) { in search_ioctl() 1632 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl() 1742 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument 1766 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb2pdu.c | 95 unsigned int tree_id; in smb2_get_ksmbd_tcon() local 109 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon() 120 if (tree_id != UINT_MAX && work->tcon->id != tree_id) { in smb2_get_ksmbd_tcon() 122 tree_id, work->tcon->id); in smb2_get_ksmbd_tcon() 128 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon() 130 pr_err("Invalid tid %d\n", tree_id); in smb2_get_ksmbd_tcon()
|