Made struct ExprtesT test -lba_range ready for long block adresses
This commit is contained in:
@ -32,7 +32,7 @@ struct ExprtesT {
|
||||
1= -name char *arg1 (regex_t in *arg2)
|
||||
2= -type char *arg1
|
||||
3= -damaged
|
||||
4= -lba_range int *arg1 int *arg2
|
||||
4= -lba_range off_t *arg1 off_t *arg2
|
||||
5= -has_acl
|
||||
6= -has_xattr
|
||||
7= -has_aaip
|
||||
@ -250,7 +250,10 @@ int Findjob_set_num_filter(struct FindjoB *o, int test_type,
|
||||
int Findjob_set_size_filter(struct FindjoB *o, int test_type,
|
||||
off_t num1, int num2, int flag);
|
||||
|
||||
int Findjob_set_lba_range(struct FindjoB *o, int start_lba, int count,
|
||||
int Findjob_set_off_t_filter(struct FindjoB *o, int test_type,
|
||||
off_t num1, off_t num2, int flag);
|
||||
|
||||
int Findjob_set_lba_range(struct FindjoB *o, off_t start_lba, off_t count,
|
||||
int flag);
|
||||
|
||||
int Findjob_set_wanted_node(struct FindjoB *o, void *wanted_node, int flag);
|
||||
|
Reference in New Issue
Block a user