Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dfile.c542 if (is_inode_flag_set(inode, FI_OPENED_FILE)) { in finish_preallocate_blocks()
548 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
563 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
H A Df2fs.h801 FI_OPENED_FILE, /* indicate file has been opened */ enumerator