Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbtrfs.h523 __u64 tree_id; /* in */ member
/linux/fs/smb/server/
H A Dsmb2pdu.c140 unsigned int tree_id; in smb2_get_ksmbd_tcon() local
154 tree_id = le32_to_cpu(req_hdr->Id.SyncId.TreeId); in smb2_get_ksmbd_tcon()
167 if (tree_id != UINT_MAX && work->tcon->id != tree_id) { in smb2_get_ksmbd_tcon()
169 tree_id, work->tcon->id); in smb2_get_ksmbd_tcon()
175 work->tcon = ksmbd_tree_conn_lookup(work->sess, tree_id); in smb2_get_ksmbd_tcon()
177 pr_err("Invalid tid %d\n", tree_id); in smb2_get_ksmbd_tcon()
/linux/fs/btrfs/
H A Dioctl.c1557 if (sk->tree_id == 0) { in search_ioctl()
1562 root = btrfs_get_fs_root(info, sk->tree_id, true); in search_ioctl()