Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dfile.c61 struct buffer_head *hfs_getblk(struct hfs_fork *fork, int block, int create) in hfs_getblk() function
336 *bhb = hfs_getblk(fork, block++, 0); in hfs_do_read()
457 bh = hfs_getblk(fork, pos/HFS_SECTOR_SIZE, 1); in hfs_do_write()
DChangeLog616 Rewrote hfs_getblk().
1100 Move hfs_getblk() from extent.c to file.c, since that is now the
1104 Replace use of hfs_getblk() in balloc.c with a local function
1176 Move hfs_getblk() from file.c to extent.c
2248 hfs_getblk() now safe under concurrent operations?
2330 Made hfs_getblk() public.