Home
last modified time | relevance | path

Searched refs:BMAPALLOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1250 err = BMAPALLOC(oip, length - 1, (int)fs->fs_bsize, cr); in ufs_itrunc()
1252 err = BMAPALLOC(oip, length - 1, boff, cr); in ufs_itrunc()
1316 err = BMAPALLOC(oip, length - 1, boff, cr); in ufs_itrunc()
H A Dufs_dir.c1987 err = BMAPALLOC(dp, (u_offset_t)slotp->offset, in dirprepareentry()
2327 err = BMAPALLOC(ip, (u_offset_t)0, DIRBLKSIZ, cr); in ufs_dirmakedirect()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h567 #define BMAPALLOC(ip, off, size, cr) \ macro