Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c289 if (error && (vap->va_vaflags & VA_UTIMES_NULL)) in secpolicy_vnode_setattr()
/f-stack/freebsd/kern/
H A Dvfs_vnops.c257 vap->va_vaflags |= VA_EXCLUSIVE; in vn_open_cred()
1592 vattr.va_vaflags |= VA_SYNC; in vn_truncate_locked()
2493 if (error != 0 && (vap->va_vaflags & VA_UTIMES_NULL) != 0) in vn_utimes_perm()
H A Duipc_mqueue.c1309 ((vap->va_vaflags & VA_UTIMES_NULL) == 0 || in mqfs_setattr()
H A Dvfs_syscalls.c3146 vattr.va_vaflags |= VA_UTIMES_NULL; in setutimes()
H A Dvfs_subr.c1057 vap->va_vaflags = 0; in vattr_null()
/f-stack/freebsd/sys/
H A Dvnode.h300 u_int va_vaflags; /* operations flags, see below */ member