Searched refs:fs_bmask (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/tools/tools/find-sb/
H A Dmini_ufs.h74 int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */ member in struct:fs
147 int64_t fs_qbmask; /* ~fs_bmask for use with 64-bit size */
/freebsd-10-stable/sys/ufs/ffs/
H A Dfs.h295 int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */ member in struct:fs
372 int64_t fs_qbmask; /* ~fs_bmask for use with 64-bit size */
600 (((size) + (fs)->fs_qbmask) & (fs)->fs_bmask)
H A Dffs_vfsops.c1184 fs->fs_qbmask = ~fs->fs_bmask;
/freebsd-10-stable/lib/libstand/
H A Dext2fs.c161 ((loc) & (fs)->fs_bmask)
242 #define fs_bmask fs_fc.fc_bmask macro
372 fs->fs_bmask = fs->fs_bsize - 1;
/freebsd-10-stable/sbin/dumpfs/
H A Ddumpfs.c186 afs.fs_bsize, afs.fs_bshift, afs.fs_bmask);
/freebsd-10-stable/sbin/fsck_ffs/
H A Dsetup.c401 CHK(fs_bmask, "%#jx");
/freebsd-10-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c232 sblock.fs_bmask = ~(sblock.fs_bsize - 1);
234 sblock.fs_qbmask = ~sblock.fs_bmask;
/freebsd-10-stable/sbin/growfs/
H A Ddebug.c175 sb->fs_bmask);
/freebsd-10-stable/sbin/newfs/
H A Dmkfs.c252 sblock.fs_bmask = ~(sblock.fs_bsize - 1);
254 sblock.fs_qbmask = ~sblock.fs_bmask;

Completed in 216 milliseconds