Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dialloc.c1207 struct inode *ext4_orphan_get(struct super_block *sb, unsigned long ino) in ext4_orphan_get() function
Dext4.h2477 extern struct inode * ext4_orphan_get(struct super_block *, unsigned long);
Dsuper.c2674 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()