Lines Matching refs:lfs1
1761 if (lfs->lfs1) { in lfs_dir_compact()
4011 lfs->lfs1 = NULL;
4259 if (lfs->lfs1) {
4676 typedef struct lfs1 { struct
4891 if (lfs_pair_isnull(lfs->lfs1->root)) {
4960 if (lfs_pair_isnull(lfs->lfs1->root)) {
5000 static int lfs1_mount(lfs_t *lfs, struct lfs1 *lfs1, argument
5009 lfs->lfs1 = lfs1;
5010 lfs->lfs1->root[0] = LFS_BLOCK_NULL;
5011 lfs->lfs1->root[1] = LFS_BLOCK_NULL;
5035 lfs->lfs1->root[0] = superblock.d.root[0];
5036 lfs->lfs1->root[1] = superblock.d.root[1];
5069 struct lfs1 lfs1; local
5070 int err = lfs1_mount(lfs, &lfs1, cfg);
5080 dir1.d.tail[0] = lfs->lfs1->root[0];
5081 dir1.d.tail[1] = lfs->lfs1->root[1];
5248 dir2.tail[0] = lfs->lfs1->root[0];
5249 dir2.tail[1] = lfs->lfs1->root[1];