/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | attr.c | 256 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() 405 struct xfs_attr_leaf_name_local *lentry; in xchk_xattr_rec() local 448 lentry = (struct xfs_attr_leaf_name_local *) in xchk_xattr_rec() 450 if (lentry->namelen <= 0) { in xchk_xattr_rec() 454 calc_hash = xfs_da_hashname(lentry in xchk_xattr_rec() [all...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.c | 318 struct xfs_attr_leaf_name_local *lentry; in xchk_xattr_entry() local 340 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xchk_xattr_entry() 341 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xchk_xattr_entry() 342 be16_to_cpu(lentry->valuelen)); in xchk_xattr_entry() 343 name_end = (char *)lentry + namesize; in xchk_xattr_entry() 344 if (lentry->namelen == 0) in xchk_xattr_entry() 458 struct xfs_attr_leaf_name_local *lentry; in xchk_xattr_rec() local 501 lentry = (struct xfs_attr_leaf_name_local *) in xchk_xattr_rec() 503 if (lentry->namelen <= 0) { in xchk_xattr_rec() 507 calc_hash = xfs_da_hashname(lentry in xchk_xattr_rec() [all...] |
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | gdrom.c | 316 int fentry, lentry, track, data, err; in gdrom_get_last_session() local 333 lentry = get_entry_track(gd.toc->last); in gdrom_get_last_session()
|
/kernel/linux/linux-6.6/drivers/cdrom/ |
H A D | gdrom.c | 315 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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 245 struct xfs_attr_leaf_name_local *lentry; in xfs_attr3_leaf_verify_entry() local 267 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xfs_attr3_leaf_verify_entry() 268 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xfs_attr3_leaf_verify_entry() 269 be16_to_cpu(lentry->valuelen)); in xfs_attr3_leaf_verify_entry() 270 name_end = (char *)lentry + namesize; in xfs_attr3_leaf_verify_entry() 271 if (lentry->namelen == 0) in xfs_attr3_leaf_verify_entry()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 247 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()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 77 struct llist_node lentry; member 493 cmd = llist_entry(node, struct nvmet_tcp_cmd, lentry); in nvmet_tcp_process_resp_list() 548 llist_add(&cmd->lentry, &queue->resp_list); in nvmet_tcp_queue_response()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 113 struct llist_node lentry; member 512 cmd = llist_entry(node, struct nvmet_tcp_cmd, lentry); in nvmet_tcp_process_resp_list() 567 llist_add(&cmd->lentry, &queue->resp_list); in nvmet_tcp_queue_response()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 87 struct llist_node lentry; member 325 empty = llist_add(&req->lentry, &queue->req_list) && in nvme_tcp_queue_request() 349 req = llist_entry(node, struct nvme_tcp_request, lentry); in nvme_tcp_process_req_list()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | tcp.c | 91 struct llist_node lentry; member 343 empty = llist_add(&req->lentry, &queue->req_list) && in nvme_tcp_queue_request() 367 req = llist_entry(node, struct nvme_tcp_request, lentry); in nvme_tcp_process_req_list()
|