Home
last modified time | relevance | path

Searched refs:FI_FIRST_BLOCK_WRITTEN (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/f2fs/
Dinode.c445 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in do_read_inode()
Dcompress.c1359 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in f2fs_write_compressed_pages()
Df2fs.h747 FI_FIRST_BLOCK_WRITTEN, /* indicate #0 data block was written */ enumerator
3263 return is_inode_flag_set(inode, FI_FIRST_BLOCK_WRITTEN); in f2fs_is_first_block_written()
Dgc.c1377 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in move_data_block()
Ddata.c2731 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in f2fs_do_write_data_page()
Dfile.c602 clear_inode_flag(dn->inode, FI_FIRST_BLOCK_WRITTEN); in f2fs_truncate_data_blocks_range()