| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | seqlock.h | 39 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 D | ffs_balloc.c | 468 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 D | ffs_vnops.c | 653 int bflag, error, ioflag, seqcount; local 842 int seqcount; local
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_io.c | 136 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 D | ext2_balloc.c | 304 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; in ext2_balloc() local
|
| H A D | ext2_vnops.c | 2033 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 D | vfs_cluster.c | 95 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 D | msdosfs_vnops.c | 531 int seqcount; in msdosfs_read() local 622 int seqcount; in msdosfs_write() local
|
| /freebsd-13.1/sys/fs/cd9660/ |
| H A D | cd9660_vnops.c | 307 int seqcount; local
|
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clbio.c | 433 int biosize, bcount, error, i, n, nra, on, save2, seqcount; in ncl_bioread() local
|