Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dinode.c54 static struct buffer_head *inode_getblk(struct inode *, long, int *, long *, int *);
349 bh = inode_getblk(inode, block, &err, &phys, &new); in udf_get_block()
396 static struct buffer_head * inode_getblk(struct inode * inode, long block, in inode_getblk() function