Home
last modified time | relevance | path

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

/src/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.h572 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
578 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/src/sys/kern/ !
H A Dvfs_cache.c3698 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3715 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3748 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
5370 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5413 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5447 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5614 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5679 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_next()
5761 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5813 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
[all …]
H A Dvfs_subr.c7379 VNPASS(seqc_in_modify(vp->v_seqc), vp); in vn_seqc_write_end_free()
/src/sys/ufs/ufs/ !
H A Dufs_vnops.c1403 (seqc_in_modify(fdvp_s) || !vn_seqc_consistent(fdvp, fdvp_s) || in ufs_rename()
1404 seqc_in_modify(fvp_s) || !vn_seqc_consistent(fvp, fvp_s) || in ufs_rename()
1405 seqc_in_modify(tdvp_s) || !vn_seqc_consistent(tdvp, tdvp_s) || in ufs_rename()
1406 (tvp != NULL && (seqc_in_modify(tvp_s) || in ufs_rename()
/src/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()