Home
last modified time | relevance | path

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

/xv6-public/
H A Dfs.c373 bmap(struct inode *ip, uint bn) in bmap() function
470 bp = bread(ip->dev, bmap(ip, off/BSIZE)); in readi()
499 bp = bread(ip->dev, bmap(ip, off/BSIZE)); in writei()