Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
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()
Dbmap.h70 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); member
Ddirect.c366 .bop_check_insert = nilfs_direct_check_insert,
Dbtree.c2376 .bop_check_insert = NULL,
2398 .bop_check_insert = NULL,