Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dseqc.h51 #define seqc_in_modify(seqc) ({ \ macro
62 MPASS(!seqc_in_modify(*seqcp)); in seqc_write_begin()
73 MPASS(!seqc_in_modify(*seqcp)); in seqc_write_end()
98 if (seqc_in_modify(ret)) { in seqc_read()
112 MPASS(!(seqc_in_modify(__oldseqc))); \
128 MPASS(!seqc_in_modify(*seqcp)); in seqc_sleepable_write_begin()
139 MPASS(!seqc_in_modify(*seqcp)); in seqc_sleepable_write_end()
H A Dvnode.h571 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
577 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/freebsd/sys/kern/
H A Dvfs_cache.c3693 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3710 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3743 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
5365 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dotdot()
5408 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5442 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_neg()
5609 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_next()
5674 if (seqc_in_modify(fpl->tvp_seqc)) {
5756 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
5808 if (seqc_in_modify(vp_seq
[all...]
H A Dvfs_subr.c7379 VNPASS(seqc_in_modify(vp->v_seqc), vp); in vn_seqc_write_end_free()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c1391 (seqc_in_modify(fdvp_s) || !vn_seqc_consistent(fdvp, fdvp_s) || in ufs_rename()
1392 seqc_in_modify(fvp_s) || !vn_seqc_consistent(fvp, fvp_s) || in ufs_rename()
1393 seqc_in_modify(tdvp_s) || !vn_seqc_consistent(tdvp, tdvp_s) || in ufs_rename()
1394 (tvp != NULL && (seqc_in_modify(tvp_s) || in ufs_rename()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c3321 if (!seqc_in_modify(ndp->ni_dvp_seqc) && in softdep_prelink()
3323 (vp == NULL || (!seqc_in_modify(ndp->ni_vp_seqc) && in softdep_prelink()