Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dbmap.h25 struct nilfs_bmap;
62 int (*bop_lookup)(const struct nilfs_bmap *, __u64, int, __u64 *);
63 int (*bop_lookup_contig)(const struct nilfs_bmap *, __u64, __u64 *,
65 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64);
66 int (*bop_delete)(struct nilfs_bmap *, __u64);
67 void (*bop_clear)(struct nilfs_bmap *);
69 int (*bop_propagate)(struct nilfs_bmap *, struct buffer_head *);
70 void (*bop_lookup_dirty_buffers)(struct nilfs_bmap *,
73 int (*bop_assign)(struct nilfs_bmap *,
77 int (*bop_mark)(struct nilfs_bmap *, __u64, int);
[all …]
H A Dbtree.h37 void (*bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *,
58 int nilfs_btree_init(struct nilfs_bmap *);
59 int nilfs_btree_convert_and_insert(struct nilfs_bmap *, __u64, __u64,
61 void nilfs_btree_init_gc(struct nilfs_bmap *);
H A Ddirect.h23 int nilfs_direct_init(struct nilfs_bmap *);
24 int nilfs_direct_delete_and_convert(struct nilfs_bmap *, __u64, __u64 *,
H A Dnilfs.h44 struct nilfs_bmap *i_bmap;
45 struct nilfs_bmap i_bmap_data;
76 NILFS_BMAP_I(const struct nilfs_bmap *bmap) in NILFS_BMAP_I()