Searched refs:bop_last_key (Results 1 – 4 of 4) sorted by relevance
223 ret = bmap->b_ops->bop_last_key(bmap, keyp); in nilfs_bmap_last_key()264 ret = bmap->b_ops->bop_last_key(bmap, &lastkey); in nilfs_bmap_do_truncate()275 ret = bmap->b_ops->bop_last_key(bmap, &lastkey); in nilfs_bmap_do_truncate()
67 int (*bop_last_key)(const struct nilfs_bmap *, __u64 *); member
372 .bop_last_key = nilfs_direct_last_key,
2381 .bop_last_key = nilfs_btree_last_key,2403 .bop_last_key = NULL,