Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Ddebug.c1767 * struct fsck_inode - information about an inode used when checking the file-system.
1786 struct fsck_inode { struct
1805 * @inodes: RB-tree of all inodes (contains @struct fsck_inode objects) argument
1821 static struct fsck_inode *add_inode(struct ubifs_info *c, in add_inode()
1826 struct fsck_inode *fscki; in add_inode()
1834 fscki = rb_entry(parent, struct fsck_inode, rb); in add_inode()
1849 fscki = kzalloc(sizeof(struct fsck_inode), GFP_NOFS); in add_inode()
1905 static struct fsck_inode *search_inode(struct fsck_data *fsckd, ino_t inum) in search_inode()
1908 struct fsck_inode *fscki; in search_inode()
1912 fscki = rb_entry(p, struct fsck_inode, r in search_inode()
[all...]