Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dialloc.c1203 struct inode *ext4_orphan_get(struct super_block *sb, unsigned long ino) in ext4_orphan_get() function
Dext4.h2402 extern struct inode * ext4_orphan_get(struct super_block *, unsigned long);
Dsuper.c2583 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()