Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Dbmap.h48 struct nilfs_bmap_operations { struct
52 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64);
53 int (*bop_delete)(struct nilfs_bmap *, __u64);
54 void (*bop_clear)(struct nilfs_bmap *);
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);
66 int (*bop_seek_key)(const struct nilfs_bmap *, __u64, __u64 *);
67 int (*bop_last_key)(const struct nilfs_bmap *, __u64 *);
70 int (*bop_check_insert)(const struct nilfs_bmap *, __u64);
[all …]

Completed in 5 milliseconds