Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbtrfs.h520 * A special tree_id value of 0 will cause a search in the subvolume
523 __u64 tree_id; /* in */
522 __u64 tree_id; /* in */ global() member
/linux/fs/btrfs/
H A Dioctl.c1540 if (sk->tree_id == 0) { in search_ioctl()
1545 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()
1652 u64 tree_id, u64 dirid, char *name) in btrfs_search_path_in_tree() argument
1676 root = btrfs_get_fs_root(info, tree_id, true); in btrfs_search_path_in_tree()
/linux/fs/smb/server/
H A Dsmb2pdu.c104 unsigned int tree_id; in smb2_get_ksmbd_tcon() local
118 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
131 if (tree_id != UINT_MAX && work->tcon->id != tree_id) { in smb2_get_ksmbd_tcon()
133 tree_id, work->tcon->id); in smb2_get_ksmbd_tcon()
139 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon()
141 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);
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()