Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfsck.c829 struct inode_walker { struct
839 static void inode_walker_exit(struct inode_walker *w) in inode_walker_exit() argument
845 static struct inode_walker inode_walker_init(void) in inode_walker_init()
847 return (struct inode_walker) { 0, }; in inode_walker_init()
850 static int add_inode(struct bch_fs *c, struct inode_walker *w, in add_inode()
863 struct inode_walker *w, u64 inum) in get_inodes_all_snapshots()
898 lookup_inode_for_snapshot(struct bch_fs *c, struct inode_walker *w, struct bkey_s_c k) in lookup_inode_for_snapshot()
942 struct inode_walker *w, in walk_inode()
957 struct inode_walker *w, in get_visible_inodes()
1006 struct inode_walker target = inode_walker_init(); in bch2_fsck_update_backpointers()
[all …]