Lines Matching refs:fileglob
125 struct fileglob *XNU_PTRAUTH_SIGNED_PTR("fileproc.fp_glob") fp_glob;
173 int (*fo_close) (struct fileglob *fg, vfs_context_t ctx);
178 struct fileglob { struct
179 LIST_ENTRY(fileglob) f_msglist; /* list of files in unix messages */
198 ofd_to_id(const struct fileglob *fg) in ofd_to_id() argument
213 #pragma mark files (struct fileglob)
225 struct fileglob *
246 fg_ref(proc_t proc, struct fileglob *fg);
258 fg_drop_live(struct fileglob *fg);
281 fg_drop(proc_t p, struct fileglob *fg);
290 fg_sendable(struct fileglob *fg);
306 fg_get_data_volatile(struct fileglob *fg);
324 fg_get_data(struct fileglob *fg) in fg_get_data()
342 fg_set_data(struct fileglob *fg, void *fg_data);
521 int fo_close(struct fileglob *fg, vfs_context_t ctx);
555 extern void vn_offset_lock(struct fileglob *fg);
556 extern void vn_offset_unlock(struct fileglob *fg);