Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dbmap.c117 if (bmap->b_ops->bop_check_insert != NULL) { in nilfs_bmap_do_insert()
118 ret = bmap->b_ops->bop_check_insert(bmap, key); in nilfs_bmap_do_insert()
Dbmap.h83 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); member
Ddirect.c376 .bop_check_insert = nilfs_direct_check_insert,
Dbtree.c2358 .bop_check_insert = NULL,
2380 .bop_check_insert = NULL,