Searched defs:blkoff (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sys/fs/ext2fs/
H A Dfs.h130 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ macro
/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c155 int blkoff; local
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c98 int blkoff; member in struct:deget_dotdot
145 u_long blkoff; local
[all...]
H A Dmsdosfs_vnops.c950 u_long cn, pcl, blkoff; local
[all...]
/freebsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c556 doff_t blkoff, bmask, offset, prevoff, seqoff; local
1151 doff_t blkoff, prevoff; local
H A Dufs_lookup.c860 int error, ret, blkoff, loc, spacefree, flags, namlen; local
H A Dufs_vnops.c2012 long blkoff; local
/freebsd-current/stand/libsa/
H A Dcd9660.c514 daddr_t blkno, blkoff; local
H A Ddosfs.c128 #define blkoff(fs, b) (secbyt((fs)->lsndta) + blkbyt(fs, (b) - LOCLUS)) macro
H A Dext2fs.c157 #define blkoff(fs, loc) /* loc % bsize */ \ macro
/freebsd-current/stand/efi/libefi/
H A Defipart.c1086 size_t blkoff, blksz, bio_size; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c118 uint64_t offset, blkoff; local
299 uint64_t blkoff = P2PHASE(i, bpo->bpo_epb); local
875 int blkoff; local
H A Dzfs_vnops.c912 uint64_t blkoff; local
H A Ddnode.c2207 dnode_partial_zero(dnode_t *dn, uint64_t off, uint64_t blkoff, uint64_t len, argument
2240 uint64_t blkoff, blkid, nblks; local
/freebsd-current/sys/fs/udf/
H A Dudf_vnops.c427 #define blkoff(udfmp, loc) ((loc) & (udfmp)->bmask) macro
/freebsd-current/sys/fs/cd9660/
H A Diso.h274 #define blkoff(imp, loc) ((loc) & (imp)->im_bmask) macro
/freebsd-current/stand/i386/libi386/
H A Dbiosdisk.c972 size_t blks, blkoff, bsize, bio_size, rest; local
/freebsd-current/sys/ufs/ffs/
H A Dfs.h694 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ macro
H A Dffs_softdep.c7332 int blkoff; local
7403 cancel_pagedep( struct pagedep *pagedep, struct freeblks *freeblks, int blkoff) argument
[all...]

Completed in 188 milliseconds