Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbmap.c104 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()
H A Dbmap.h70 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); member
H A Ddirect.c368 .bop_check_insert = nilfs_direct_check_insert,
H A Dbtree.c2367 .bop_check_insert = NULL,
2389 .bop_check_insert = NULL,