Searched defs:vfs_feature_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h263 * The vfs_feature_t typedef is a 64-bit number that will translate
268 typedef uint64_t vfs_feature_t; typedef
490 void vfs_set_feature(vfs_t *, vfs_feature_t);
491 void vfs_clear_feature(vfs_t *, vfs_feature_t);
492 int vfs_has_feature(vfs_t *, vfs_feature_t);

Completed in 61 milliseconds