Searched refs:lnc_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 323 * lnc_add - add a leaf node to the leaf node cache. 342 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() function 375 * This function is similar to 'lnc_add()', but it does not create a copy of 451 err = lnc_add(c, zbr, node); in tnc_read_hashed_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 324 * lnc_add - add a leaf node to the leaf node cache. 343 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() function 376 * This function is similar to 'lnc_add()', but it does not create a copy of 452 err = lnc_add(c, zbr, node); in tnc_read_hashed_node()
|
Completed in 10 milliseconds