Home
last modified time | relevance | path

Searched refs:bop_check_insert (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nilfs2/
H A Dbmap.c112 if (bmap->b_ops->bop_check_insert != NULL) { in nilfs_bmap_do_insert()
113 ret = bmap->b_ops->bop_check_insert(bmap, key); in nilfs_bmap_do_insert()
H A Dbmap.h83 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); member
H A Ddirect.c374 .bop_check_insert = nilfs_direct_check_insert,
H A Dbtree.c2392 .bop_check_insert = NULL,
2414 .bop_check_insert = NULL,