Home
last modified time | relevance | path

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

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