Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Drecovery.c380 err = get_dnode_of_data(&dn, start, ALLOC_NODE); in do_recover_data()
Ddata.c243 err = get_dnode_of_data(dn, index, ALLOC_NODE); in f2fs_reserve_block()
1173 if (get_dnode_of_data(&dn, start, ALLOC_NODE)) in __allocate_data_blocks()
1224 int mode = create ? ALLOC_NODE : LOOKUP_NODE_RA; in __get_data_block()
Df2fs.h275 ALLOC_NODE, /* allocate a new node page if needed */ enumerator
Dnode.c519 if (!nids[i] && mode == ALLOC_NODE) { in get_dnode_of_data()