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.h559 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
565 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/freebsd/sys/kern/
H A Dvfs_cache.c3633 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3650 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3683 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
5249 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5303 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5337 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5504 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5574 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_next()
5656 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5708 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
[all …]
H A Dvfs_subr.c7304 VNPASS(seqc_in_modify(vp->v_seqc), vp); in vn_seqc_write_end_free()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c1390 (seqc_in_modify(fdvp_s) || !vn_seqc_consistent(fdvp, fdvp_s) || in ufs_rename()
1391 seqc_in_modify(fvp_s) || !vn_seqc_consistent(fvp, fvp_s) || in ufs_rename()
1392 seqc_in_modify(tdvp_s) || !vn_seqc_consistent(tdvp, tdvp_s) || in ufs_rename()
1393 (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()