Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddata.c1652 if (flag == F2FS_GET_BLOCK_PRECACHE) in f2fs_map_blocks()
1731 case F2FS_GET_BLOCK_PRECACHE: in f2fs_map_blocks()
1812 if (flag == F2FS_GET_BLOCK_PRECACHE) { in f2fs_map_blocks()
1857 if (flag == F2FS_GET_BLOCK_PRECACHE) { in f2fs_map_blocks()
H A Df2fs.h847 F2FS_GET_BLOCK_PRECACHE, enumerator
H A Dfile.c3640 err = f2fs_map_blocks(inode, &map, F2FS_GET_BLOCK_PRECACHE); in f2fs_precache_extents()