Searched refs:ltab_cmt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt_commit.c | 390 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 431 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 505 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 1243 memcpy(c->ltab_cmt, c->ltab, in ubifs_lpt_start_commit() 1425 vfree(c->ltab_cmt); in ubifs_lpt_free() 1426 c->ltab_cmt = NULL; in ubifs_lpt_free()
|
H A D | lpt.c | 1849 c->ltab_cmt = vmalloc(array_size(sizeof(struct ubifs_lpt_lprops), in lpt_init_wr() 1851 if (!c->ltab_cmt) in lpt_init_wr()
|
H A D | ubifs.h | 1216 * @ltab_cmt: LPT's own lprops table (commit copy) 1459 struct ubifs_lpt_lprops *ltab_cmt; member
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt_commit.c | 390 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 431 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 505 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes() 1243 memcpy(c->ltab_cmt, c->ltab, in ubifs_lpt_start_commit() 1425 vfree(c->ltab_cmt); in ubifs_lpt_free() 1426 c->ltab_cmt = NULL; in ubifs_lpt_free()
|
H A D | lpt.c | 1849 c->ltab_cmt = vmalloc(array_size(sizeof(struct ubifs_lpt_lprops), in lpt_init_wr() 1851 if (!c->ltab_cmt) in lpt_init_wr()
|
H A D | ubifs.h | 1237 * @ltab_cmt: LPT's own lprops table (commit copy) 1487 struct ubifs_lpt_lprops *ltab_cmt; member
|
Completed in 18 milliseconds