bop_check_insert  104 fs/nilfs2/bmap.c 	if (bmap->b_ops->bop_check_insert != NULL) {
bop_check_insert  105 fs/nilfs2/bmap.c 		ret = bmap->b_ops->bop_check_insert(bmap, key);
bop_check_insert   70 fs/nilfs2/bmap.h 	int (*bop_check_insert)(const struct nilfs_bmap *, __u64);
bop_check_insert 2360 fs/nilfs2/btree.c 	.bop_check_insert	=	NULL,
bop_check_insert 2382 fs/nilfs2/btree.c 	.bop_check_insert	=	NULL,
bop_check_insert  366 fs/nilfs2/direct.c 	.bop_check_insert	=	nilfs_direct_check_insert,