Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dext3_fs.h643 extern struct inode * ext3_orphan_get (struct super_block *, unsigned long);
/linux-2.4.37.9/fs/ext3/
Dialloc.c533 struct inode *ext3_orphan_get(struct super_block *sb, unsigned long ino) in ext3_orphan_get() function
Dsuper.c864 ext3_orphan_get(sb, le32_to_cpu(es->s_last_orphan)))) { in ext3_orphan_cleanup()