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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1242 * Trunc up case. BMAPALLOC will insure that the right blocks
1248 err = BMAPALLOC(oip, length - 1, (int)fs->fs_bsize, cr);
1250 err = BMAPALLOC(oip, length - 1, boff, cr);
1314 err = BMAPALLOC(oip, length - 1, boff, cr);
1319 * BMAPALLOC will call bmap_write which defers i_seq
H A Dufs_dir.c1987 err = BMAPALLOC(dp, (u_offset_t)slotp->offset,
2327 err = BMAPALLOC(ip, (u_offset_t)0, DIRBLKSIZ, cr);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h567 #define BMAPALLOC(ip, off, size, cr) \ macro

Completed in 54 milliseconds