Searched refs:ffs_getdb (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/ufs/ffs/ |
| D | ffs_balloc.c | 153 error = ffs_realloccg(ip, nb, ffs_getdb(fs, ip, nb), in ffs_balloc_ufs1() 230 ffs_getdb(fs, ip, lbn), in ffs_balloc_ufs1() 671 error = ffs_realloccg(ip, nb, ffs_getdb(fs, ip, lbn), in ffs_balloc_ufs2() 748 ffs_getdb(fs, ip, lbn), in ffs_balloc_ufs2()
|
| D | ffs_inode.c | 514 bn = ffs_getdb(fs, oip, i); in ffs_truncate() 538 bn = ffs_getdb(fs, oip, lastblock); in ffs_truncate()
|
| D | fs.h | 706 #define ffs_getdb(fs, ip, lb) \ macro
|