Home
last modified time | relevance | path

Searched refs:rentry (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Dattr.c202 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_entry() local
230 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xchk_xattr_entry()
231 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xchk_xattr_entry()
232 name_end = (char *)rentry + namesize; in xchk_xattr_entry()
233 if (rentry->namelen == 0 || rentry->valueblk == 0) in xchk_xattr_entry()
343 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_rec() local
390 rentry = (struct xfs_attr_leaf_name_remote *) in xchk_xattr_rec()
392 if (rentry->namelen <= 0) { in xchk_xattr_rec()
396 calc_hash = xfs_da_hashname(rentry->name, rentry->namelen); in xchk_xattr_rec()
/linux-4.19.296/drivers/bus/
Dhisi_lpc.c400 struct resource_entry *rentry; in hisi_lpc_acpi_set_io_res() local
442 list_for_each_entry(rentry, &resource_list, node) { in hisi_lpc_acpi_set_io_res()
443 resources[count] = *rentry->res; in hisi_lpc_acpi_set_io_res()