Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_vnops.c118 static int vn_closefile(struct fileglob *fp, vfs_context_t ctx);
141 .fo_close = vn_closefile,
1816 vn_closefile(struct fileglob *fg, vfs_context_t ctx) in vn_closefile() function