Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
2716 unsigned long dirent_buf; in jfs_readdir() local2871 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()2872 if (dirent_buf == 0) { in jfs_readdir()2880 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()2890 (dirent_buf + PAGE_SIZE)) { in jfs_readdir()2993 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3015 free_page(dirent_buf); in jfs_readdir()3021 free_page(dirent_buf); in jfs_readdir()