Home
last modified time | relevance | path

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

/fs/f2fs/
Dinode.c263 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in do_read_inode()
Dgc.c696 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in move_data_block()
Df2fs.h2190 FI_FIRST_BLOCK_WRITTEN, /* indicate #0 data block was written */ enumerator
2400 return is_inode_flag_set(inode, FI_FIRST_BLOCK_WRITTEN); in f2fs_is_first_block_written()
Ddata.c1473 set_inode_flag(inode, FI_FIRST_BLOCK_WRITTEN); in do_write_data_page()
Dfile.c519 clear_inode_flag(dn->inode, FI_FIRST_BLOCK_WRITTEN); in truncate_data_blocks_range()