Searched refs:attribute_set_t (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | attr.h | 99 } attribute_set_t; typedef 398 attribute_set_t validattr; 399 attribute_set_t nativeattr;
|
| /xnu-11215/tests/vfs/ |
| H A D | getattrlist_fstype.c | 38 attribute_set_t returned_attrs;
|
| H A D | getattrlist_mountextflags.c | 169 attribute_set_t returned_attrs; in test_getattrlist()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_attrlist.c | 87 attribute_set_t actual; 88 attribute_set_t valid; 350 {.attr = ATTR_CMN_RETURNED_ATTRS, .bits = 0, .size = sizeof(attribute_set_t)}, 462 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) in getvolattrlist_fixupattrs() 983 bcopy(&alp->commonattr, &ab.valid, sizeof(attribute_set_t)); in getvolattrlist() 1111 getvolattrlist_fixupattrs((attribute_set_t *)&alp->commonattr, &vs); in getvolattrlist() 1243 ab.fixedcursor += sizeof(attribute_set_t); in getvolattrlist() 2801 bcopy(&(alp->commonattr), &ab.valid, sizeof(attribute_set_t)); in vfs_attr_pack_internal() 2830 (attribute_set_t *)&(alp->commonattr), vap, use_fork); in vfs_attr_pack_internal() 2977 ab.fixedcursor += sizeof(attribute_set_t); in vfs_attr_pack_internal() [all …]
|