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

/linux-4.1.27/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c179 void *fileblock; test_file() local
194 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, test_file()
196 if (fileblock == MAP_FAILED) { test_file()
201 file_name, filesize, fileblock); test_file()
205 return run_test(fileblock, filesize); test_file()
/linux-4.1.27/fs/xfs/
H A Dxfs_bmap_util.c454 xfs_fileoff_t fileblock; xfs_getbmapx_fix_eof_hole() local
472 fileblock = XFS_BB_TO_FSB(ip->i_mount, out->bmv_offset); xfs_getbmapx_fix_eof_hole()
474 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) && xfs_getbmapx_fix_eof_hole()

Completed in 93 milliseconds