Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dinode.c338 set_inode_flag(fi, FI_NO_ALLOC); in f2fs_evict_inode()
Ddata.c235 if (unlikely(is_inode_flag_set(F2FS_I(dn->inode), FI_NO_ALLOC))) in reserve_new_block()
470 if (unlikely(is_inode_flag_set(F2FS_I(dn->inode), FI_NO_ALLOC))) in __allocate_data_block()
Df2fs.h1402 FI_NO_ALLOC, /* should not allocate any blocks */ enumerator
Dnode.c954 if (unlikely(is_inode_flag_set(F2FS_I(dn->inode), FI_NO_ALLOC))) in new_node_page()