Searched refs:fragoff (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c522 off_t fragoff = 0; /* frags to skip within first f/s block */ local
562 fragoff = bytecnt / (off_t)(sblock->fs_fsize);
603 /* LINTED: fragoff fits into 32 bits */
604 dmpblk(*blkp+(int32_t)fragoff,
614 fragoff = 0;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h169 int fs_fmask; /* ``fragoff'' calc of frag offsets */
403 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c118 if ((unsigned)size > fs->fs_bsize || fragoff(fs, size) != 0) {
196 if ((unsigned)osize > fs->fs_bsize || fragoff(fs, osize) != 0 ||
197 (unsigned)nsize > fs->fs_bsize || fragoff(fs, nsize) != 0) {
646 if ((unsigned long)size > fs->fs_bsize || fragoff(fs, size) != 0) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h260 int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */
636 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h282 int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */
572 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3866 if (fragoff(fs, addr)) {
4204 cur_bytes = fragoff(fs, addr);

Completed in 65 milliseconds