Home
last modified time | relevance | path

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

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