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.c1706 if (flag == F2FS_GET_BLOCK_PRECACHE) in f2fs_map_blocks()
1786 case F2FS_GET_BLOCK_PRECACHE: in f2fs_map_blocks()
1867 if (flag == F2FS_GET_BLOCK_PRECACHE) { in f2fs_map_blocks()
1912 if (flag == F2FS_GET_BLOCK_PRECACHE) { in f2fs_map_blocks()
H A Df2fs.h861 F2FS_GET_BLOCK_PRECACHE, enumerator
H A Dfile.c3999 err = f2fs_map_blocks(inode, &map, F2FS_GET_BLOCK_PRECACHE); in f2fs_precache_extents()