Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Ddata.c1506 if (flag == F2FS_GET_BLOCK_PRE_AIO) in f2fs_map_lock()
1514 if (flag == F2FS_GET_BLOCK_PRE_AIO) in f2fs_map_unlock()
1525 f2fs_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO); in f2fs_get_block_locked()
1529 f2fs_map_unlock(sbi, F2FS_GET_BLOCK_PRE_AIO); in f2fs_get_block_locked()
1667 case F2FS_GET_BLOCK_PRE_AIO: in f2fs_map_blocks()
1723 if (flag == F2FS_GET_BLOCK_PRE_AIO) in f2fs_map_blocks()
1757 if (flag == F2FS_GET_BLOCK_PRE_AIO && in f2fs_map_blocks()
3440 int flag = F2FS_GET_BLOCK_PRE_AIO; in prepare_write_begin()
3496 f2fs_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO); in prepare_write_begin()
3497 WARN_ON(flag != F2FS_GET_BLOCK_PRE_AIO); in prepare_write_begin()
[all …]
Dfile.c1758 err = f2fs_map_blocks(inode, &map, F2FS_GET_BLOCK_PRE_AIO); in f2fs_expand_inode_data()
4585 flag = F2FS_GET_BLOCK_PRE_AIO; in f2fs_preallocate_blocks()
Df2fs.h706 F2FS_GET_BLOCK_PRE_AIO, enumerator