Home
last modified time | relevance | path

Searched defs:seqcount (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h39 struct seqcount { struct
42 typedef struct seqcount seqcount_t; argument
51 __seqcount_init(struct seqcount *seqcount, const char *name __unused, in __seqcount_init()
56 #define seqcount_init(seqcount) __seqcount_init(seqcount, NULL, NULL) argument
59 write_seqcount_begin(struct seqcount *seqcount) in write_seqcount_begin()
65 write_seqcount_end(struct seqcount *seqcount) in write_seqcount_end()
73 #define __read_seqcount_retry(seqcount, gen) \ argument
75 #define read_seqcount_retry(seqcount, gen) \ argument
79 read_seqcount_begin(const struct seqcount *seqcount) in read_seqcount_begin()
85 raw_read_seqcount(const struct seqcount *seqcount) in raw_read_seqcount()
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_balloc.c468 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; in ffs_balloc_ufs1() local
1096 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; in ffs_balloc_ufs2() local
H A Dffs_vnops.c653 int bflag, error, ioflag, seqcount; local
842 int seqcount; local
/freebsd-13.1/sys/fs/fuse/
H A Dfuse_io.c136 int err, n = 0, on = 0, seqcount; in fuse_read_biobackend() local
469 int n, on, seqcount, err = 0; in fuse_write_biobackend() local
/freebsd-13.1/sys/fs/ext2fs/
H A Dext2_balloc.c304 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; in ext2_balloc() local
H A Dext2_vnops.c2033 int error, orig_resid, seqcount; in ext2_read() local
2172 int blkoffset, error, flags, ioflag, resid, size, seqcount, xfersize; in ext2_write() local
/freebsd-13.1/sys/kern/
H A Dvfs_cluster.c95 struct ucred *cred, long totread, int seqcount, int gbflags, in cluster_read()
646 cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount, in cluster_write()
/freebsd-13.1/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c531 int seqcount; in msdosfs_read() local
622 int seqcount; in msdosfs_write() local
/freebsd-13.1/sys/fs/cd9660/
H A Dcd9660_vnops.c307 int seqcount; local
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clbio.c433 int biosize, bcount, error, i, n, nra, on, save2, seqcount; in ncl_bioread() local