Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dfile.c643 opened = is_inode_flag_set(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
649 if (is_inode_flag_set(inode, FI_OPENED_FILE)) in finish_preallocate_blocks()
669 set_inode_flag(inode, FI_OPENED_FILE); in finish_preallocate_blocks()
H A Df2fs.h946 FI_OPENED_FILE, /* indicate file has been opened */ enumerator