Searched defs:nilfs_bmap_store (Results 1 – 1 of 1) sorted by relevance
138 struct nilfs_bmap_store { struct139 __le64 data[NILFS_BMAP_SIZE / sizeof(__le64)];140 __u64 last_allocated_key;164 void nilfs_bmap_save(const struct nilfs_bmap *, struct nilfs_bmap_store *); argument