Searched defs:_args (Results 1 – 9 of 9) sorted by relevance
53 static struct dm_arg _args[] = { in parse_features() local157 static struct dm_arg _args[] = { in flakey_ctr() local
524 static struct dm_arg _args[] = { in parse_path_selector() local650 static struct dm_arg _args[] = { in parse_priority_group() local726 static struct dm_arg _args[] = { in parse_hw_handler() local776 static struct dm_arg _args[] = { in parse_features() local828 static struct dm_arg _args[] = { in multipath_ctr() local
254 static struct dm_arg _args[] = { in switch_ctr() local
743 static struct dm_arg _args[] = { in verity_ctr() local
2143 static struct dm_arg _args[] = { in parse_features() local2182 static struct dm_arg _args[] = { in parse_policy() local
1723 static struct dm_arg _args[] = { in crypt_ctr() local
2723 static struct dm_arg _args[] = { in parse_pool_features() local
297 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument298 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
2288 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument