Home
last modified time | relevance | path

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

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