Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c7391 chflags1(vnode_t vp, int flags, vfs_context_t ctx) in chflags1() function
7443 error = chflags1(vp, uap->flags, ctx); in chflags()
7476 error = chflags1(vp, uap->flags, vfs_context_current()); in fchflags()