Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfsck.c2849 struct nlink_table { struct
2860 static int add_nlink(struct bch_fs *c, struct nlink_table *t, in add_nlink() argument
2868 bch_err(c, "fsck: error allocating memory for nlink_table, size %zu", in add_nlink()
2899 struct nlink_table *links, in inc_link()
2927 struct nlink_table *t, in check_nlinks_find_hardlinks()
2973 static int check_nlinks_walk_dirents(struct bch_fs *c, struct nlink_table *links, in check_nlinks_walk_dirents()
3008 struct nlink_table *links, in check_nlinks_update_inode()
3051 struct nlink_table *links, in check_nlinks_update_hardlinks()
3072 struct nlink_table links = { 0 }; in bch2_check_nlinks()