Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dfile_internal.h535 extern void fileproc_modify_vflags(struct fileproc *fp, fileproc_vflags_t vflags, boolean_t clearfl…
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c1177 fileproc_modify_vflags(struct fileproc *fp, fileproc_vflags_t vflags, boolean_t clearflags) in fileproc_modify_vflags() function
1563 fileproc_modify_vflags(fp, FPV_DRAIN, FALSE); in fileproc_drain()