matching_fn       257 fs/ext4/extents_status.c 				   int (*matching_fn)(struct extent_status *es),
matching_fn       285 fs/ext4/extents_status.c 	if (es1 && !matching_fn(es1)) {
matching_fn       292 fs/ext4/extents_status.c 			if (matching_fn(es1))
matching_fn       297 fs/ext4/extents_status.c 	if (es1 && matching_fn(es1)) {
matching_fn       310 fs/ext4/extents_status.c 			       int (*matching_fn)(struct extent_status *es),
matching_fn       317 fs/ext4/extents_status.c 	__es_find_extent_range(inode, matching_fn, lblk, end, es);
matching_fn       339 fs/ext4/extents_status.c 			    int (*matching_fn)(struct extent_status *es),
matching_fn       344 fs/ext4/extents_status.c 	__es_find_extent_range(inode, matching_fn, start, end, &es);
matching_fn       359 fs/ext4/extents_status.c 			int (*matching_fn)(struct extent_status *es),
matching_fn       365 fs/ext4/extents_status.c 	ret = __es_scan_range(inode, matching_fn, lblk, end);
matching_fn       386 fs/ext4/extents_status.c 			  int (*matching_fn)(struct extent_status *es),
matching_fn       395 fs/ext4/extents_status.c 	return __es_scan_range(inode, matching_fn, lblk_start, lblk_end);
matching_fn       402 fs/ext4/extents_status.c 		      int (*matching_fn)(struct extent_status *es),
matching_fn       408 fs/ext4/extents_status.c 	ret = __es_scan_clu(inode, matching_fn, lblk);
matching_fn       146 fs/ext4/extents_status.h 			       int (*matching_fn)(struct extent_status *es),
matching_fn       149 fs/ext4/extents_status.h 			     int (*matching_fn)(struct extent_status *es),