Home
last modified time | relevance | path

Searched refs:get_index_page (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dtree.c210 * get_index_page()
212 * Same as get_index_page(), but get's a new page without reading
214 static struct metapage *get_index_page(struct inode *inode, s64 blkno) in get_index_page() function
404 mp = get_index_page(ip, 0); in add_index()
446 if ((mp = get_index_page(ip, blkno))) in add_index()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dtree.c210 * get_index_page()
212 * Same as get_index_page(), but get's a new page without reading
214 static struct metapage *get_index_page(struct inode *inode, s64 blkno) in get_index_page() function
404 mp = get_index_page(ip, 0); in add_index()
446 if ((mp = get_index_page(ip, blkno))) in add_index()

Completed in 10 milliseconds