Home
last modified time | relevance | path

Searched refs:seqc_t (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dseqc.h52 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()
84 static __inline seqc_t
91 static __inline seqc_t
92 seqc_read(const seqc_t *seqcp) in seqc_read()
94 seqc_t ret; in seqc_read()
109 const seqc_t *__seqcp = (seqcp); \
[all …]
H A D_seqc.h8 typedef uint32_t seqc_t; typedef
H A Dnamei.h116 seqc_t ni_dvp_seqc;
117 seqc_t ni_vp_seqc;
H A Dfiledesc.h62 seqc_t fde_seqc; /* keep file and caps in sync */
333 fd_modified(struct filedesc *fdp, int fd, seqc_t seqc) in fd_modified()
H A Dvnode.h134 seqc_t v_seqc; /* i modification count */
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h43 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-14.2/sys/kern/
H A Dvfs_cache.c4107 seqc_t dvp_seqc;
4108 seqc_t tvp_seqc;
4487 seqc_t dvp_seqc; in cache_fplookup_partial_setup()
4565 seqc_t tvp_seqc; in cache_fplookup_final_child()
4606 seqc_t dvp_seqc; in cache_fplookup_final_modifying()
4794 seqc_t dvp_seqc; in cache_fplookup_final_withparent()
4860 seqc_t dvp_seqc; in cache_fplookup_final()
5004 seqc_t dvp_seqc; in cache_fplookup_noentry()
5525 seqc_t vp_seqc; in cache_fplookup_climb_mount()
5582 seqc_t vp_seqc; in cache_fplookup_cross_mount()
[all …]
H A Dkern_descrip.c117 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp);
2921 seqc_t seq; in fget_cap()
3010 seqc_t seq; in fgetvp_lookup_smr()
3186 struct file **fpp, seqc_t *seqp) in fget_unlocked_seq()
3192 seqc_t seq; in fget_unlocked_seq()
3242 struct file **fpp, seqc_t *seqp __unused) in fget_unlocked_seq()
3294 seqc_t seq; in fget_unlocked()
3485 seqc_t seq; in fget_mmap()
3539 seqc_t seq; in fget_fcntl()
/freebsd-14.2/sys/net/
H A Dpfvar.h94 seqc_t pfcu64_seqc;
178 seqc_t seqc; in pf_counter_u64_fetch()
/freebsd-14.2/sys/dev/cxgbe/
H A Dadapter.h883 seqc_t gen;
H A Dt4_sge.c1523 seqc_t gen; in t4_tstmp_to_ns()
/freebsd-14.2/sys/ufs/ufs/
H A Dufs_vnops.c1275 seqc_t fdvp_s, fvp_s, tdvp_s, tvp_s; in ufs_rename()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c784 seqc_t dvp_seqc; in zfs_lookup()