Home
last modified time | relevance | path

Searched refs:FI_OPENED_FILE (Results 1 – 2 of 2) sorted by relevance

/fs/f2fs/
Dfile.c565 if (is_inode_flag_set(inode, FI_OPENED_FILE)) { in finish_preallocate_blocks()
571 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
586 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
Df2fs.h806 FI_OPENED_FILE, /* indicate file has been opened */ enumerator