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.c545 if (is_inode_flag_set(inode, FI_OPENED_FILE)) { in finish_preallocate_blocks()
551 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
566 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
H A Df2fs.h802 FI_OPENED_FILE, /* indicate file has been opened */ enumerator