HomeSort by: relevance | last modified time | path
    Searched refs:ffs_getdb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_balloc.c 153 error = ffs_realloccg(ip, nb, ffs_getdb(fs, ip, nb),
230 ffs_getdb(fs, ip, lbn),
671 error = ffs_realloccg(ip, nb, ffs_getdb(fs, ip, lbn),
748 ffs_getdb(fs, ip, lbn),
ffs_inode.c 514 bn = ffs_getdb(fs, oip, i);
538 bn = ffs_getdb(fs, oip, lastblock);
fs.h 706 #define ffs_getdb(fs, ip, lb) \ macro

Completed in 15 milliseconds