Searched refs:bop_check_insert (Results 1 – 4 of 4) sorted by relevance
104 if (bmap->b_ops->bop_check_insert != NULL) { in nilfs_bmap_do_insert()105 ret = bmap->b_ops->bop_check_insert(bmap, key); in nilfs_bmap_do_insert()
70 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); member
368 .bop_check_insert = nilfs_direct_check_insert,
2359 .bop_check_insert = NULL,2381 .bop_check_insert = NULL,
Completed in 10 milliseconds