Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dinode.c669 set_inode_flag(inode, FI_NO_ALLOC); in f2fs_evict_inode()
Ddata.c650 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_reserve_new_blocks()
895 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in __allocate_data_block()
Dnode.c1221 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_new_node_page()
Df2fs.h2299 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator