Home | History | Annotate | Download | only in unionfs

Lines Matching refs:a_flags

388 		switch (ap->a_flags) {
392 error = VOP_WHITEOUT(udvp, cnp, ap->a_flags);
910 return (VOP_FSYNC(ovp, ap->a_cred, ap->a_flags, ap->a_offlo, ap->a_offhi));
1597 flags = ap->a_flags;
1692 error = VOP_ADVLOCK(uvp, ap->a_id, ap->a_op, ap->a_fl, ap->a_flags);
1811 int a_flags;
1822 if (ap->a_flags & PGO_RECLAIM) {
1826 return VOP_PUTPAGES(tvp, ap->a_offlo, ap->a_offhi, ap->a_flags);
1840 int a_flags;
1851 if (ap->a_flags & PGO_LOCKED) {
1855 ap->a_centeridx, ap->a_access_type, ap->a_advice, ap->a_flags);
1869 error = VOP_REVOKE(tvp, ap->a_flags);