Home
last modified time | relevance | path

Searched refs:NILFS_BTREE_LEVEL_DATA (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dnilfs2_fs.h461 #define NILFS_BTREE_LEVEL_DATA 0 macro
462 #define NILFS_BTREE_LEVEL_NODE_MIN (NILFS_BTREE_LEVEL_DATA + 1)
/linux-4.4.14/fs/nilfs2/
Dbtree.c39 int level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_alloc_path()
60 int level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_free_path()
1057 level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_prepare_insert()
1181 for (level--; level > NILFS_BTREE_LEVEL_DATA; level--) { in nilfs_btree_prepare_insert()
1202 ptr = path[NILFS_BTREE_LEVEL_DATA].bp_newreq.bpr_ptr; in nilfs_btree_commit_insert()
2070 level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_propagate()
2262 level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_assign()