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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h155 int (*fo_close) (struct fileglob *fg, vfs_context_t ctx); member in struct:fileglob::fileops
187 int fo_close(struct fileglob *fg, vfs_context_t ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c3857 * <fo_close>:??? Anything returnable by a per-fileops
3877 error = fo_close(fg, ctx);
4494 * fo_close
4507 fo_close(struct fileglob *fg, vfs_context_t ctx) function
4509 return((*fg->fg_ops->fo_close)(fg, ctx));

Completed in 88 milliseconds