Searched defs:nilfs_bmap_operations (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | bmap.h | 61 struct nilfs_bmap_operations { struct 65 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64); 66 int (*bop_delete)(struct nilfs_bmap *, __u64); 67 void (*bop_clear)(struct nilfs_bmap *); 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); 79 int (*bop_seek_key)(const struct nilfs_bmap *, __u64, __u64 *); 80 int (*bop_last_key)(const struct nilfs_bmap *, __u64 *); 83 int (*bop_check_insert)(const struct nilfs_bmap *, __u64); [all …]
|