Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4338 struct thread *a_td; member
4360 struct thread *a_td; member
4491 struct thread *a_td; member
4716 struct thread *a_td; member
5070 struct thread *a_td; member
5117 struct thread *a_td; member
5265 IN struct thread *a_td; member
5276 struct thread *td = ap->a_td; in zfs_getextattr()
5341 IN struct thread *a_td; member
5416 IN struct thread *a_td; member
[all …]
H A Dzfs_ctldir.c550 struct thread *a_td; member
/f-stack/freebsd/kern/
H A Dvfs_default.c400 return (VOP_ACCESSX(ap->a_vp, ap->a_accmode, ap->a_cred, ap->a_td)); in vop_stdaccess()
416 return (VOP_ACCESS(ap->a_vp, accmode, ap->a_cred, ap->a_td)); in vop_stdaccessx()
653 return (vn_pollrecord(ap->a_vp, ap->a_td, ap->a_events));
754 return (VOP_FSYNC(ap->a_vp, MNT_WAIT, ap->a_td)); in vop_stdfdatasync()
H A Duipc_mqueue.c1084 struct thread *a_td;
1130 struct thread *a_td;
1147 struct thread *a_td;
1163 struct thread *a_td;
/f-stack/freebsd/sys/
H A Dvnode.h948 if (priv_check_cred_vfs_generation(ap->a_td->td_ucred)) \