Lines Matching defs:fsck_inode
1759 * struct fsck_inode - information about an inode used when checking the file-system.
1778 struct fsck_inode {
1797 * @inodes: RB-tree of all inodes (contains @struct fsck_inode objects)
1813 static struct fsck_inode *add_inode(struct ubifs_info *c,
1818 struct fsck_inode *fscki;
1826 fscki = rb_entry(parent, struct fsck_inode, rb);
1841 fscki = kzalloc(sizeof(struct fsck_inode), GFP_NOFS);
1897 static struct fsck_inode *search_inode(struct fsck_data *fsckd, ino_t inum)
1900 struct fsck_inode *fscki;
1904 fscki = rb_entry(p, struct fsck_inode, rb);
1926 static struct fsck_inode *read_add_inode(struct ubifs_info *c,
1934 struct fsck_inode *fscki;
2004 struct fsck_inode *fscki;
2082 struct fsck_inode *fscki1;
2146 struct fsck_inode *fscki, *n;
2169 struct fsck_inode *fscki;
2173 fscki = rb_entry(this, struct fsck_inode, rb);