Lines Matching refs:match
1490 * @match: callback used for comparisons between inodes
1491 * @data: opaque data pointer to pass to @match
1494 * cache, where the helper function @match will return 0 if the inode
1495 * does not match, 1 if the inode does match, and -1 if the search
1496 * should be stopped. The @match function must be responsible for
1506 * inode eviction. The tradeoff is that the @match funtion must be
1511 int (*match)(struct inode *, unsigned long,
1523 mval = match(inode, hashval, data);
1540 * @test: Function to test match on an inode
1544 * where the helper function @test will return 0 if the inode does not match
1579 * @ino: The inode number to match
1582 * where the helper function @test will return 0 if the inode does not match