Home
last modified time | relevance | path

Searched refs:vn_closefile (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c114 static int vn_closefile(struct fileglob *fp, vfs_context_t ctx);
137 .fo_close = vn_closefile,
1862 vn_closefile(struct fileglob *fg, vfs_context_t ctx) in vn_closefile() function