Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h557 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
563 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/f-stack/freebsd/kern/
H A Dvfs_cache.c3274 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3291 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3324 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
4727 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
4776 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
4805 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
4969 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5023 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_next()
5105 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5157 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
[all …]
H A Dvfs_subr.c6912 VNPASS(seqc_in_modify(vp->v_seqc), vp); in vn_seqc_write_end_free()