Lines Matching refs:match
1533 * @match: callback used for comparisons between inodes
1534 * @data: opaque data pointer to pass to @match
1537 * cache, where the helper function @match will return 0 if the inode
1538 * does not match, 1 if the inode does match, and -1 if the search
1539 * should be stopped. The @match function must be responsible for
1549 * inode eviction. The tradeoff is that the @match funtion must be
1554 int (*match)(struct inode *, unsigned long,
1566 mval = match(inode, hashval, data);
1583 * @test: Function to test match on an inode
1587 * where the helper function @test will return 0 if the inode does not match
1622 * @ino: The inode number to match
1625 * where the helper function @test will return 0 if the inode does not match