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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c341 VOL_CAP_INT_ATTRLIST ;
364 VOL_CAP_INT_ATTRLIST |
/darwin-on-arm/xnu/bsd/sys/
H A Dattr.h246 * VOL_CAP_INT_ATTRLIST: When set, the volume implements the
300 #define VOL_CAP_INT_ATTRLIST 0x00000002 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c762 vs.f_capabilities.capabilities[VOL_CAPABILITIES_INTERFACES] = VOL_CAP_INT_ATTRLIST;
767 vs.f_capabilities.valid[VOL_CAPABILITIES_INTERFACES] = VOL_CAP_INT_ATTRLIST;
773 /* OR in VOL_CAP_INT_ATTRLIST if f_capabilities is supported */
774 vs.f_capabilities.capabilities[VOL_CAPABILITIES_INTERFACES] |= VOL_CAP_INT_ATTRLIST;
775 vs.f_capabilities.valid[VOL_CAPABILITIES_INTERFACES] |= VOL_CAP_INT_ATTRLIST;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c7435 VOL_CAP_INT_ATTRLIST |
7475 VOL_CAP_INT_ATTRLIST |
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c696 // VOL_CAP_INT_ATTRLIST |
714 VOL_CAP_INT_ATTRLIST |

Completed in 94 milliseconds