Searched refs:seqc_t (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/sys/ |
H A D | seqc.h | 52 seqc_t __seqc = (seqc); \ 58 seqc_write_begin(seqc_t *seqcp) in seqc_write_begin() 68 seqc_write_end(seqc_t *seqcp) in seqc_write_end() 77 static __inline seqc_t 78 seqc_read_any(const seqc_t *seqcp) in seqc_read_any() 81 return (atomic_load_acq_int(__DECONST(seqc_t *, seqcp))); in seqc_read_any() 84 static __inline seqc_t 85 seqc_read_notmodify(const seqc_t *seqcp) in seqc_read_notmodify() 88 return (atomic_load_acq_int(__DECONST(seqc_t *, seqcp)) & ~SEQC_MOD); in seqc_read_notmodify() 91 static __inline seqc_t [all …]
|
H A D | _seqc.h | 8 typedef uint32_t seqc_t; typedef
|
H A D | namei.h | 116 seqc_t ni_dvp_seqc; 117 seqc_t ni_vp_seqc;
|
H A D | filedesc.h | 60 seqc_t fde_seqc; /* keep file and caps in sync */ 331 fd_modified(struct filedesc *fdp, int fd, seqc_t seqc) in fd_modified()
|
H A D | vnode.h | 132 seqc_t v_seqc; /* i modification count */
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seqlock.h | 43 seqc_t seqc; 54 seqc_t seqc; 89 lkpi_write_seqcount_invalidate(seqc_t *seqcp) in lkpi_write_seqcount_invalidate() 99 static inline seqc_t 100 lkpi_seqprop_sequence(const seqc_t *seqcp) in lkpi_seqprop_sequence() 102 return (atomic_load_int(__DECONST(seqc_t *, seqcp))); in lkpi_seqprop_sequence()
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 3601 seqc_t vp_seqc, tvp_seqc; in vn_fullpath_any_smr() 4204 seqc_t dvp_seqc; 4205 seqc_t tvp_seqc; 4584 seqc_t dvp_seqc; in cache_fplookup_partial_setup() 4662 seqc_t tvp_seqc; in cache_fplookup_final_child() 4703 seqc_t dvp_seqc; in cache_fplookup_final_modifying() 4891 seqc_t dvp_seqc; in cache_fplookup_final_withparent() 4957 seqc_t dvp_seqc; in cache_fplookup_final() 5101 seqc_t dvp_seqc; in cache_fplookup_noentry() 5622 seqc_t vp_seqc; in cache_fplookup_climb_mount() [all …]
|
H A D | kern_descrip.c | 115 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp); 2920 seqc_t seq; in fget_cap() 3009 seqc_t seq; in fgetvp_lookup_smr() 3185 struct file **fpp, seqc_t *seqp) in fget_unlocked_seq() 3191 seqc_t seq; in fget_unlocked_seq() 3241 struct file **fpp, seqc_t *seqp __unused) in fget_unlocked_seq() 3293 seqc_t seq; in fget_unlocked() 3484 seqc_t seq; in fget_mmap() 3538 seqc_t seq; in fget_fcntl()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 96 seqc_t pfcu64_seqc; 188 seqc_t seqc; in pf_counter_u64_fetch()
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 883 seqc_t gen;
|
H A D | t4_sge.c | 1523 seqc_t gen; in t4_tstmp_to_ns()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 1273 seqc_t fdvp_s, fvp_s, tdvp_s, tvp_s; in ufs_rename()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 660 seqc_t dvp_seqc; in zfs_lookup()
|