/src/usr.sbin/fstyp/ |
hammer2.c | 142 hammer2_off_t io_off, io_base; local in function:read_media 155 io_off = bref->data_off & ~HAMMER2_OFF_MASK_RADIX; 156 io_base = io_off & ~(hammer2_off_t)(HAMMER2_LBUFSIZE - 1); 157 boff = (size_t)((hammer2_off_t)io_off - io_base);
|
hammer2.c | 142 hammer2_off_t io_off, io_base; local in function:read_media 155 io_off = bref->data_off & ~HAMMER2_OFF_MASK_RADIX; 156 io_base = io_off & ~(hammer2_off_t)(HAMMER2_LBUFSIZE - 1); 157 boff = (size_t)((hammer2_off_t)io_off - io_base);
|
/src/sys/fs/nfs/client/ |
nfs_clrpcops.c | 5609 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local in function:nfscl_doflayoutio 5635 io_off = (rel_off / (stripe_unit_size * 5648 io_off = off; 5656 io_off, xfer, fhp, cred, p); 5659 stateidp, *dspp, io_off, xfer, fhp, commit_thru_mds, 5682 struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, 5697 txdr_hyper(io_off, tl); 5725 nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len, 5742 txdr_hyper(io_off, tl);
|
nfs_clrpcops.c | 5609 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local in function:nfscl_doflayoutio 5635 io_off = (rel_off / (stripe_unit_size * 5648 io_off = off; 5656 io_off, xfer, fhp, cred, p); 5659 stateidp, *dspp, io_off, xfer, fhp, commit_thru_mds, 5682 struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, 5697 txdr_hyper(io_off, tl); 5725 nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len, 5742 txdr_hyper(io_off, tl);
|