Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dbmap.c163 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete()
164 __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete()
171 bmap, keys, ptrs, NILFS_BMAP_LARGE_LOW + 1); in nilfs_bmap_do_delete()
H A Dbmap.h268 #define NILFS_BMAP_LARGE_LOW NILFS_BTREE_ROOT_NCHILDREN_MAX macro
H A Dbtree.c1691 return (maxkey == key) && (nextmaxkey < NILFS_BMAP_LARGE_LOW); in nilfs_btree_check_delete()