Searched refs:f_active (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)
195 #define VFSATTR_CLEAR_ACTIVE(s, a) ((s)->f_active &= ~VFSATTR_ ## a)
196 #define VFSATTR_IS_ACTIVE(s, a) ((s)->f_active & VFSATTR_ ## a)
197 #define VFSATTR_ALL_SUPPORTED(s) (((s)->f_active & (s)->f_supported) == (s)->f_active)
198 #define VFSATTR_WANTED(s, a) ((s)->f_active |= VFSATTR_ ## a)
239 uint64_t f_active; member in struct:vfs_attr
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c376 vsp->f_active |= tab->bits;
900 if (vs.f_active != 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 42 milliseconds