Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_vfsops.c364 uint64_t vflags = vfs_flags(mp); in bindfs_unmount() local
365 vfs_setflags(mp, vflags & ~MNT_LOCAL); in bindfs_unmount()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vfsops.c388 uint64_t vflags = vfs_flags(mp); in nullfs_unmount() local
389 vfs_setflags(mp, vflags & ~MNT_LOCAL); in nullfs_unmount()
/xnu-11215/bsd/sys/
H A Dfile_internal.h559 extern void fileproc_modify_vflags(struct fileproc *fp, fileproc_vflags_t vflags, boolean_t clearfl…
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c2289 vget_internal(vnode_t vp, int vid, int vflags) in vget_internal() argument
2295 if ((vflags & VNODE_WRITEABLE) && (vp->v_writecount == 0)) { in vget_internal()
2301 error = vnode_getiocount(vp, vid, vflags); in vget_internal()
6641 vnode_getiocount(vnode_t vp, unsigned int vid, int vflags) in vnode_getiocount() argument
6643 int nodead = vflags & VNODE_NODEAD; in vnode_getiocount()
6644 int nosusp = vflags & VNODE_NOSUSPEND; in vnode_getiocount()
6645 int always = vflags & VNODE_ALWAYS; in vnode_getiocount()
6646 int beatdrain = vflags & VNODE_DRAINO; in vnode_getiocount()
6647 int withvid = vflags & VNODE_WITHID; in vnode_getiocount()
6648 int forpager = vflags & VNODE_PAGER; in vnode_getiocount()
[all …]
/xnu-11215/bsd/kern/
H A Dkern_descrip.c1278 fileproc_modify_vflags(struct fileproc *fp, fileproc_vflags_t vflags, boolean_t clearflags) in fileproc_modify_vflags() argument
1281 os_atomic_andnot(&fp->fp_vflags, vflags, relaxed); in fileproc_modify_vflags()
1283 os_atomic_or(&fp->fp_vflags, vflags, relaxed); in fileproc_modify_vflags()