Home
last modified time | relevance | path

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

/fs/f2fs/
Dinode.c785 set_inode_flag(inode, FI_NO_ALLOC); in f2fs_evict_inode()
Ddata.c1132 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_reserve_new_blocks()
1390 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in __allocate_data_block()
Dnode.c1285 if (unlikely(is_inode_flag_set(dn->inode, FI_NO_ALLOC))) in f2fs_new_node_page()
Df2fs.h735 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator