Lines Matching refs:lfs1
1918 if (lfs->lfs1) {
4227 lfs->lfs1 = NULL;
4545 if (lfs->lfs1) {
5116 typedef struct lfs1 {
5331 if (lfs_pair_isnull(lfs->lfs1->root)) {
5400 if (lfs_pair_isnull(lfs->lfs1->root)) {
5440 static int lfs1_mount(lfs_t *lfs, struct lfs1 *lfs1,
5449 lfs->lfs1 = lfs1;
5450 lfs->lfs1->root[0] = LFS_BLOCK_NULL;
5451 lfs->lfs1->root[1] = LFS_BLOCK_NULL;
5475 lfs->lfs1->root[0] = superblock.d.root[0];
5476 lfs->lfs1->root[1] = superblock.d.root[1];
5509 struct lfs1 lfs1;
5514 int err = lfs1_mount(lfs, &lfs1, cfg);
5524 dir1.d.tail[0] = lfs->lfs1->root[0];
5525 dir1.d.tail[1] = lfs->lfs1->root[1];
5692 dir2.tail[0] = lfs->lfs1->root[0];
5693 dir2.tail[1] = lfs->lfs1->root[1];