函数名称:d_inode_nowait - find an inode in the inode cache*@sb: super block of file system to search*@hashval: hash value (usually inode number) to search for*@match: callback used for comparisons between inodes*@data: opaque data pointer to pass to @match* Search
函数原型:struct inode *find_inode_nowait(struct super_block *sb, unsigned long hashval, int (*match)(struct inode *, unsigned long , void *), void *data)
返回类型:struct inode
参数:
类型 | 参数 | 名称 |
---|
struct super_block * | sb | |
unsigned long | hashval | |
int (* | match | |
void * | data | |