Home
last modified time | relevance | path

Searched refs:IO_SEQSHIFT (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/vfs/ufs/
H A Dufs_readwrite.c73 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in ffs_read()
224 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in ffs_write()
/dragonfly/sys/vm/
H A Dvnode_pager.c553 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_generic_getpages()
752 ioflags |= IO_SEQMAX << IO_SEQSHIFT; in vnode_pager_generic_putpages()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vnops.c261 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in cd9660_read()
288 (ap->a_ioflag >> IO_SEQSHIFT) * in cd9660_read()
/dragonfly/sys/sys/
H A Dvnode.h284 #define IO_SEQSHIFT 16 /* seq heuristic in upper 16 bits */ macro
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c1825 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in ext2_read()
1868 (ap->a_ioflag >> IO_SEQSHIFT) * MAXBSIZE, &bp); in ext2_read()
1937 seqcount = ioflag >> IO_SEQSHIFT; in ext2_write()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h114 #define IO_SEQSHIFT 16 macro
H A Dhammer2_vnops.c936 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in hammer2_vop_read()
1010 seqcount = ioflag >> IO_SEQSHIFT; in hammer2_vop_write()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_vnops.c494 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in msdosfs_read()
663 seqcount = ioflag >> IO_SEQSHIFT; in msdosfs_write()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c571 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in tmpfs_read()
693 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in tmpfs_write()
/dragonfly/sys/kern/
H A Dvfs_vnops.c518 return(fp->f_seqcount << IO_SEQSHIFT); in sequential_heuristic()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vnops.c801 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in hammer2_vop_read()
845 seqcount = ioflag >> IO_SEQSHIFT; in hammer2_vop_write()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1350 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in fuse_vop_read()
1464 seqcount = ioflag >> IO_SEQSHIFT; in fuse_vop_write()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c347 ioseqcount = ap->a_ioflag >> IO_SEQSHIFT; in hammer_vop_read()
521 seqcount = ap->a_ioflag >> IO_SEQSHIFT; in hammer_vop_write()
/dragonfly/sys/vfs/nfs/
H A Dnfs_bio.c122 seqcount = (int)((off_t)(ioflag >> IO_SEQSHIFT) * biosize / MAXBSIZE); in nfs_bioread()
H A Dnfs_serv.c946 ioflag |= nh->nh_seqcount << IO_SEQSHIFT; in nfsrv_read()
1155 ioflags |= nh->nh_seqcount << IO_SEQSHIFT; in nfsrv_write()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c2238 return(fp->f_seqcount << IO_SEQSHIFT); in sequential_heuristic()