Home
last modified time | relevance | path

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

/fs/f2fs/
Dinode.c677 set_inode_flag(inode, FI_NO_ALLOC); in f2fs_evict_inode()
Ddata.c935 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_reserve_new_blocks()
1192 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in __allocate_data_block()
Dnode.c1223 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_new_node_page()
Df2fs.h2424 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator