Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py82 def acl_get_tag_type(entry_d): argument
84 ret = libacl.acl_get_tag_type(entry_d, ctypes.byref(tag))
95 def acl_get_qualifier(entry_d): argument
96 ret = libacl.acl_get_qualifier(entry_d)
106 def acl_get_permset(entry_d): argument
108 ret = libacl.acl_get_permset(entry_d, ctypes.byref(permset))
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2578 struct xfs_attr_leaf_entry *entry_d; in xfs_attr3_leaf_moveents() local
2599 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2614 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2615 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()
2623 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2625 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents()
2638 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr3_leaf_moveents()
2646 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents()
2647 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2648 entry_d->flags = entry_s->flags; in xfs_attr3_leaf_moveents()
[all …]