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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c264 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
274 vsp->f_active |= tab->bits;
298 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
312 alp->commonattr, vsp, sizep,
318 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
326 * in the vsp, fixup the asp attributes to reflect any
330 getvolattrlist_fixupattrs(attribute_set_t *asp, struct vfs_attr *vsp) argument
339 ((tab->bits & vsp->f_supported) == 0)) {
349 ((tab->bits & vsp->f_supported) == 0)) {

Completed in 18 milliseconds