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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c7881 } nspace_type_t; typedef in typeref:enum:__anon14911
7892 static int nspace_flags_matches_handler(uint32_t event_flags, nspace_type_t nspace_type);
7893 static int nspace_item_flags_for_type(nspace_type_t nspace_type);
7894 static int nspace_open_flags_for_type(nspace_type_t nspace_type);
7895 static nspace_type_t nspace_type_for_op(uint64_t op);
7898 static int wait_for_namespace_event(namespace_handler_data *nhd, nspace_type_t nspace_type);
7900 static int process_namespace_fsctl(nspace_type_t nspace_type, int is64bit, u_int size, caddr_t data);
7903 static inline int nspace_flags_matches_handler(uint32_t event_flags, nspace_type_t nspace_type)
7918 static inline int nspace_item_flags_for_type(nspace_type_t nspace_type)
7933 static inline int nspace_open_flags_for_type(nspace_type_t nspace_typ
[all...]

Completed in 259 milliseconds