Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dinode.c745 set_inode_flag(inode, FI_NO_ALLOC); in f2fs_evict_inode()
Ddata.c1144 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_reserve_new_blocks()
1401 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.h730 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator