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

/xnu-2782.1.97/bsd/sys/
H A Dmount.h192 #define VFSATTR_INIT(s) ((s)->f_supported = (s)->f_active = 0LL)
193 #define VFSATTR_SET_SUPPORTED(s, a) ((s)->f_supported |= VFSATTR_ ## a)
194 #define VFSATTR_IS_SUPPORTED(s, a) ((s)->f_supported & VFSATTR_ ## a)
197 #define VFSATTR_ALL_SUPPORTED(s) (((s)->f_active & (s)->f_supported) == (s)->f_active)
238 uint64_t f_supported; member in struct:vfs_attr
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c441 ((tab->bits & vsp->f_supported) == 0)) {
451 ((tab->bits & vsp->f_supported) == 0)) {
916 VFS_DEBUG(ctx, vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, vs.f_supported);
994 vs.f_supported = vs.f_active;

Completed in 82 milliseconds