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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c317 if (alp->volattr &&
318 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
344 if (asp->volattr) {
347 if ((tab->attr & asp->volattr) &&
350 asp->volattr &= ~tab->attr;
744 attrp->validattr.volattr = VFS_DFLT_ATTR_VOL;
750 attrp->nativeattr.volattr = 0;
855 if (alp->volattr & ATTR_VOL_MOUNTPOINT)
857 if (alp->volattr & ATTR_VOL_NAME) {
861 if (alp->volattr
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dattr.h84 attrgroup_t volattr; /* Volume attribute group */ member in struct:attrlist
93 attrgroup_t volattr; /* Volume attribute group */ member in struct:attribute_set
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c392 fsap->f_attributes.validattr.volattr =
414 fsap->f_attributes.nativeattr.volattr =
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c223 my_attrlist.volattr = (ATTR_VOL_SIZE | ATTR_VOL_IOBLOCKSIZE);
H A Dtests.c1438 my_attrlist.volattr = (ATTR_VOL_SIZE | ATTR_VOL_IOBLOCKSIZE);
4557 my_search_blk.searchattrs.volattr = 0;
4568 my_return_list.volattr = 0;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c135 (alist->volattr != 0) ||
952 DBG_ASSERT((attrlist->volattr & ~ATTR_VOL_VALIDMASK) == 0);
H A Dhfs_search.c216 (ap->a_returnattrs->volattr != 0) ||
H A Dhfs_vfsops.c7499 attrp->validattr.volattr = ATTR_VOL_VALIDMASK & ~ATTR_VOL_INFO;
7505 attrp->nativeattr.volattr = ATTR_VOL_VALIDMASK & ~ATTR_VOL_INFO;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c743 fsap->f_attributes.validattr.volattr =
750 fsap->f_attributes.nativeattr.volattr =

Completed in 165 milliseconds