Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddata.c1455 F2FS_GET_BLOCK_PRE_AIO : in f2fs_preallocate_blocks()
1467 flag = F2FS_GET_BLOCK_PRE_AIO; in f2fs_preallocate_blocks()
1481 if (flag == F2FS_GET_BLOCK_PRE_AIO) { in f2fs_do_map_lock()
1594 if (flag == F2FS_GET_BLOCK_PRE_AIO) { in f2fs_map_blocks()
1633 if (flag == F2FS_GET_BLOCK_PRE_AIO) in f2fs_map_blocks()
1659 if (flag == F2FS_GET_BLOCK_PRE_AIO && in f2fs_map_blocks()
3301 flag = F2FS_GET_BLOCK_PRE_AIO; in prepare_write_begin()
3342 f2fs_do_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO, in prepare_write_begin()
3344 WARN_ON(flag != F2FS_GET_BLOCK_PRE_AIO); in prepare_write_begin()
Dcompress.c1033 f2fs_do_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO, true); in prepare_compress_overwrite()
1048 f2fs_do_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO, false); in prepare_compress_overwrite()
Dfile.c109 f2fs_do_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO, true); in f2fs_vm_page_mkwrite()
113 f2fs_do_map_lock(sbi, F2FS_GET_BLOCK_PRE_AIO, false); in f2fs_vm_page_mkwrite()
1660 err = f2fs_map_blocks(inode, &map, 1, F2FS_GET_BLOCK_PRE_AIO); in expand_inode_data()
Df2fs.h678 F2FS_GET_BLOCK_PRE_AIO, enumerator