Searched refs:find_inode_t (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/ |
D | inode.c | 929 …e(struct super_block * sb, unsigned long ino, struct list_head *head, find_inode_t find_actor, voi… in find_inode() 1003 …de(struct super_block *sb, unsigned long ino, struct list_head *head, find_inode_t find_actor, voi… in get_new_inode() 1136 struct inode *iget4_locked(struct super_block *sb, unsigned long ino, find_inode_t find_actor, void… in iget4_locked()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 1405 typedef int (*find_inode_t)(struct inode *, unsigned long, void *); typedef 1408 find_inode_t, void *); 1411 find_inode_t find_actor, void *opaque) in iget4()
|