Home
last modified time | relevance | path

Searched refs:FI_NO_ALLOC (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Dinode.c903 set_inode_flag(inode, FI_NO_ALLOC); in f2fs_evict_inode()
H A Ddata.c1206 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_reserve_new_blocks()
1471 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in __allocate_data_block()
H A Dnode.c1386 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_new_node_folio()
H A Df2fs.h902 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator