Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/scrub/
Dattr.c256 struct xfs_attr_leaf_name_local *lentry; in xchk_xattr_entry() local
278 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xchk_xattr_entry()
279 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xchk_xattr_entry()
280 be16_to_cpu(lentry->valuelen)); in xchk_xattr_entry()
281 name_end = (char *)lentry + namesize; in xchk_xattr_entry()
282 if (lentry->namelen == 0) in xchk_xattr_entry()
406 struct xfs_attr_leaf_name_local *lentry; in xchk_xattr_rec() local
449 lentry = (struct xfs_attr_leaf_name_local *) in xchk_xattr_rec()
451 if (lentry->namelen <= 0) { in xchk_xattr_rec()
455 calc_hash = xfs_da_hashname(lentry->nameval, lentry->namelen); in xchk_xattr_rec()
/Linux-v6.1/drivers/cdrom/
Dgdrom.c315 int fentry, lentry, track, data, err; in gdrom_get_last_session() local
332 lentry = get_entry_track(gd.toc->last); in gdrom_get_last_session()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_attr_leaf.c247 struct xfs_attr_leaf_name_local *lentry; in xfs_attr3_leaf_verify_entry() local
269 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xfs_attr3_leaf_verify_entry()
270 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xfs_attr3_leaf_verify_entry()
271 be16_to_cpu(lentry->valuelen)); in xfs_attr3_leaf_verify_entry()
272 name_end = (char *)lentry + namesize; in xfs_attr3_leaf_verify_entry()
273 if (lentry->namelen == 0) in xfs_attr3_leaf_verify_entry()
/Linux-v6.1/drivers/nvme/target/
Dtcp.c85 struct llist_node lentry; member
484 cmd = llist_entry(node, struct nvmet_tcp_cmd, lentry); in nvmet_tcp_process_resp_list()
539 llist_add(&cmd->lentry, &queue->resp_list); in nvmet_tcp_queue_response()
/Linux-v6.1/drivers/nvme/host/
Dtcp.c90 struct llist_node lentry; member
330 empty = llist_add(&req->lentry, &queue->req_list) && in nvme_tcp_queue_request()
354 req = llist_entry(node, struct nvme_tcp_request, lentry); in nvme_tcp_process_req_list()