Home
last modified time | relevance | path

Searched refs:ubifs_lp_stats (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ubifs/
H A Ddebug.h95 struct ubifs_lp_stats saved_lst;
249 void ubifs_dump_lstats(const struct ubifs_lp_stats *lst);
H A Dlprops.c627 void ubifs_get_lp_stats(struct ubifs_info *c, struct ubifs_lp_stats *lst) in ubifs_get_lp_stats()
630 memcpy(lst, &c->lst, sizeof(struct ubifs_lp_stats)); in ubifs_get_lp_stats()
1019 struct ubifs_lp_stats *lst = arg; in scan_check_cb()
1256 struct ubifs_lp_stats lst; in dbg_check_lprops()
1271 memset(&lst, 0, sizeof(struct ubifs_lp_stats)); in dbg_check_lprops()
H A Dubifs.h530 struct ubifs_lp_stats { struct
1383 struct ubifs_lp_stats lst;
1998 void ubifs_get_lp_stats(struct ubifs_info *c, struct ubifs_lp_stats *lst);
H A Ddebug.c600 void ubifs_dump_lstats(const struct ubifs_lp_stats *lst) in ubifs_dump_lstats()
775 struct ubifs_lp_stats lst; in ubifs_dump_lprops()
998 memcpy(&d->saved_lst, &c->lst, sizeof(struct ubifs_lp_stats)); in dbg_save_space_info()
1045 struct ubifs_lp_stats lst; in dbg_check_space_info()
H A Dcommit.c112 struct ubifs_lp_stats lst; in do_commit()