Home
last modified time | relevance | path

Searched refs:lostfound (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dfsck.c184 struct bch_inode_unpacked *lostfound, in lookup_lostfound() argument
287 bch2_inode_init_early(c, lostfound); in lookup_lostfound()
289 lostfound->bi_dir = root_inode.bi_inum; in lookup_lostfound()
305 mode_to_type(lostfound->bi_mode), in lookup_lostfound()
307 lostfound->bi_inum, in lookup_lostfound()
308 &lostfound->bi_dir_offset, in lookup_lostfound()
387 struct bch_inode_unpacked lostfound; in reattach_inode() local
410 lostfound.bi_nlink += S_ISDIR(inode->bi_mode); in reattach_inode()
415 lostfound.bi_snapshot = inode->bi_snapshot; in reattach_inode()
425 inode->bi_dir = lostfound.bi_inum; in reattach_inode()
[all …]
H A Drecovery.c1087 struct qstr lostfound = QSTR("lost+found"); in bch2_fs_initialize() local
1189 &lostfound, in bch2_fs_initialize()