Lines Matching refs:lfs1
1923 if (lfs->lfs1) { in lfs_dir_compact()
4232 lfs->lfs1 = NULL;
4550 if (lfs->lfs1) {
5121 typedef struct lfs1 { struct
5336 if (lfs_pair_isnull(lfs->lfs1->root)) {
5405 if (lfs_pair_isnull(lfs->lfs1->root)) {
5445 static int lfs1_mount(lfs_t *lfs, struct lfs1 *lfs1, argument
5454 lfs->lfs1 = lfs1;
5455 lfs->lfs1->root[0] = LFS_BLOCK_NULL;
5456 lfs->lfs1->root[1] = LFS_BLOCK_NULL;
5480 lfs->lfs1->root[0] = superblock.d.root[0];
5481 lfs->lfs1->root[1] = superblock.d.root[1];
5514 struct lfs1 lfs1; local
5519 int err = lfs1_mount(lfs, &lfs1, cfg);
5529 dir1.d.tail[0] = lfs->lfs1->root[0];
5530 dir1.d.tail[1] = lfs->lfs1->root[1];
5697 dir2.tail[0] = lfs->lfs1->root[0];
5698 dir2.tail[1] = lfs->lfs1->root[1];