Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ffs/
Dffs_balloc.c153 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()
Dffs_inode.c514 bn = ffs_getdb(fs, oip, i); in ffs_truncate()
538 bn = ffs_getdb(fs, oip, lastblock); in ffs_truncate()
Dfs.h706 #define ffs_getdb(fs, ip, lb) \ macro