Home
last modified time | relevance | path

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

/Linux-v6.6/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()
3421 int flag = F2FS_GET_BLOCK_PRE_AIO; in prepare_write_begin()
3477 f2fs_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO); in prepare_write_begin()
3478 WARN_ON(flag != F2FS_GET_BLOCK_PRE_AIO); in prepare_write_begin()
[all …]
Dfile.c1757 err = f2fs_map_blocks(inode, &map, F2FS_GET_BLOCK_PRE_AIO); in f2fs_expand_inode_data()
4568 flag = F2FS_GET_BLOCK_PRE_AIO; in f2fs_preallocate_blocks()
Df2fs.h706 F2FS_GET_BLOCK_PRE_AIO, enumerator