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
485 static struct dm_arg _args[] = { in parse_path_selector() local611 static struct dm_arg _args[] = { in parse_priority_group() local687 static struct dm_arg _args[] = { in parse_hw_handler() local737 static struct dm_arg _args[] = { in parse_features() local789 static struct dm_arg _args[] = { in multipath_ctr() local
254 static struct dm_arg _args[] = { in switch_ctr() local
792 static struct dm_arg _args[] = { in verity_parse_opt_args() local
2033 static struct dm_arg _args[] = { in parse_features() local2072 static struct dm_arg _args[] = { in parse_policy() local
1719 static struct dm_arg _args[] = { in crypt_ctr() local
2360 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
2280 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument