Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dbmap.h49 * @bop_insert: block insertion operation
65 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64); member
H A Ddirect.c363 .bop_insert = nilfs_direct_insert,
H A Dbmap.c126 return bmap->b_ops->bop_insert(bmap, key, ptr); in nilfs_bmap_do_insert()
H A Dbtree.c2379 .bop_insert = nilfs_btree_insert,
2401 .bop_insert = NULL,