Home
last modified time | relevance | path

Searched refs:NILFS_BMAP_LARGE_LOW (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nilfs2/
H A Dbmap.c157 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_insert()
158 __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_insert()
165 bmap, keys, ptrs, NILFS_BMAP_LARGE_LOW + 1); in nilfs_bmap_do_delete()
H A Dbmap.h280 #define NILFS_BMAP_LARGE_LOW NILFS_BTREE_ROOT_NCHILDREN_MAX macro
H A Dbtree.c1690 return (maxkey == key) && (nextmaxkey < NILFS_BMAP_LARGE_LOW); in nilfs_btree_check_delete()