Home
last modified time | relevance | path

Searched defs:nilfs_bmap_operations (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nilfs2/
H A Dbmap.h48 struct nilfs_bmap_operations { struct
49 int (*bop_lookup)(const struct nilfs_bmap *, __u64, int, __u64 *);
50 int (*bop_lookup_contig)(const struct nilfs_bmap *, __u64, __u64 *,
52 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64);
53 int (*bop_delete)(struct nilfs_bmap *, __u64);
54 void (*bop_clear)(struct nilfs_bmap *);
56 int (*bop_propagate)(struct nilfs_bmap *, struct buffer_head *);
57 void (*bop_lookup_dirty_buffers)(struct nilfs_bmap *,
60 int (*bop_assign)(struct nilfs_bmap *,
64 int (*bop_mark)(struct nilfs_bmap *, __u64, int);
[all …]