Searched refs:ubifs_lpt_free (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | super.c | 1634 ubifs_lpt_free(c, 0); in mount_ubifs() 1682 ubifs_lpt_free(c, 0); in ubifs_umount() 1869 ubifs_lpt_free(c, 1); in ubifs_remount_rw() 1916 ubifs_lpt_free(c, 1); in ubifs_remount_ro()
|
H A D | lpt.c | 1909 ubifs_lpt_free(c, 1); in ubifs_lpt_init() 1911 ubifs_lpt_free(c, 0); in ubifs_lpt_init()
|
H A D | ubifs.h | 1971 void ubifs_lpt_free(struct ubifs_info *c, int wr_only);
|
H A D | lpt_commit.c | 1337 * found. This function is a helper to 'ubifs_lpt_free()'. 1371 * found. This function is a helper to 'ubifs_lpt_free()'. 1412 * ubifs_lpt_free - free resources owned by the LPT. 1416 void ubifs_lpt_free(struct ubifs_info *c, int wr_only) in ubifs_lpt_free() function
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | super.c | 1637 ubifs_lpt_free(c, 0); in mount_ubifs() 1687 ubifs_lpt_free(c, 0); in ubifs_umount() 1874 ubifs_lpt_free(c, 1); in ubifs_remount_rw() 1921 ubifs_lpt_free(c, 1); in ubifs_remount_ro()
|
H A D | lpt.c | 1909 ubifs_lpt_free(c, 1); in ubifs_lpt_init() 1911 ubifs_lpt_free(c, 0); in ubifs_lpt_init()
|
H A D | ubifs.h | 2000 void ubifs_lpt_free(struct ubifs_info *c, int wr_only);
|
H A D | lpt_commit.c | 1337 * found. This function is a helper to 'ubifs_lpt_free()'. 1371 * found. This function is a helper to 'ubifs_lpt_free()'. 1412 * ubifs_lpt_free - free resources owned by the LPT. 1416 void ubifs_lpt_free(struct ubifs_info *c, int wr_only) in ubifs_lpt_free() function
|
Completed in 22 milliseconds