Searched refs:f_supported (Results 1 – 2 of 2) sorted by relevance
200 #define VFSATTR_INIT(s) ((s)->f_supported = (s)->f_active = 0LL)201 #define VFSATTR_SET_SUPPORTED(s, a) ((s)->f_supported |= VFSATTR_ ## a)202 #define VFSATTR_IS_SUPPORTED(s, a) ((s)->f_supported & VFSATTR_ ## a)205 #define VFSATTR_ALL_SUPPORTED(s) (((s)->f_active & (s)->f_supported) == (s)->f_active)249 uint64_t f_supported; member
518 ((tab->bits & vsp->f_supported) == 0)) { in getvolattrlist_fixupattrs()528 ((tab->bits & vsp->f_supported) == 0)) { in getvolattrlist_fixupattrs()1073 …vp, "ATTRLIST - calling to get %016llx with supported %016llx", vs.f_active, vs.f_supported); in getvolattrlist()1165 vs.f_supported = vs.f_active; in getvolattrlist()