Searched refs:asp (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c427 * Given the attributes listed in asp and those supported
428 * in the vsp, fixup the asp attributes to reflect any
432 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) argument
436 if (asp->commonattr) {
439 if ((tab->attr & asp->commonattr) &&
442 asp->commonattr &= ~tab->attr;
446 if (asp->volattr) {
449 if ((tab->attr & asp->volattr) &&
452 asp->volattr &= ~tab->attr;
662 * Given the attributes listed in asp an
667 getattrlist_fixupattrs(attribute_set_t *asp, struct vnode_attr *vap) argument
[all...]

Completed in 22 milliseconds