Searched refs:isblock (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 744 if (isblock(fs, blksfree, blkno)) { in free() 1131 if (isblock(fs, blksfree, (daddr_t)fragstoblks(fs, bpref))) { in alloccgblk() 1234 if (isblock(fs, blksfree, (daddr_t)(bno + i))) { in alloccgblk() 1991 if (isblock(fs, blksfree, cgbno)) { in contigpref() 2004 if (!isblock(fs, blksfree, cgbno)) in contigpref()
|
H A D | ufs_subr.c | 1512 isblock(struct fs *fs, uchar_t *cp, daddr_t h) in isblock() function
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 906 extern int isblock(struct fs *, uchar_t *, daddr_t);
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 403 static int isblock(struct fs *fs, unsigned char *cp, int h); 2881 if (isblock(&sblock, cg_blksfree(&acg), d / sblock.fs_frag)) in alloc() 3401 isblock(struct fs *fs, unsigned char *cp, int h) in isblock() function
|