Lines Matching defs:lnr
110 * @lnr: logical eraseblock number
116 int lnr;
136 int lnr;
230 int (*create_eb_hdr)(struct chfs_eb_hdr *ebhdr, int lnr);
303 int ebh_read_leb(struct chfs_ebh *ebh, int lnr, char *buf,
305 int ebh_write_leb(struct chfs_ebh *ebh, int lnr, char *buf,
307 int ebh_erase_leb(struct chfs_ebh *ebh, int lnr);
308 int ebh_map_leb(struct chfs_ebh *ebh, int lnr);
309 int ebh_unmap_leb(struct chfs_ebh *ebh, int lnr);
310 int ebh_is_mapped(struct chfs_ebh *ebh, int lnr);
311 int ebh_change_leb(struct chfs_ebh *ebh, int lnr, char *buf,