Searched refs:hfs_getblk (Results 1 – 2 of 2) sorted by relevance
61 struct buffer_head *hfs_getblk(struct hfs_fork *fork, int block, int create) in hfs_getblk() function336 *bhb = hfs_getblk(fork, block++, 0); in hfs_do_read()457 bh = hfs_getblk(fork, pos/HFS_SECTOR_SIZE, 1); in hfs_do_write()
616 Rewrote hfs_getblk().1100 Move hfs_getblk() from extent.c to file.c, since that is now the1104 Replace use of hfs_getblk() in balloc.c with a local function1176 Move hfs_getblk() from file.c to extent.c2248 hfs_getblk() now safe under concurrent operations?2330 Made hfs_getblk() public.