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.h575 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
581 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/freebsd/sys/kern/
H A Dvfs_cache.c3638 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3655 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3688 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
5310 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5353 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5387 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5554 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5619 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_next()
5701 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5753 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
[all …]
H A Dvfs_subr.c7349 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()