match_u64        2246 block/blk-iocost.c 			match_u64(&args[0], &v);
match_u64        2275 block/blk-iocost.c 			if (match_u64(&args[0], &v))
match_u64        2429 block/blk-iocost.c 		if (match_u64(&args[0], &v))
match_u64        3245 drivers/nvme/host/fc.c 	if (match_u64(sstr, &token64))
match_u64        2440 drivers/nvme/target/fc.c 	if (match_u64(sstr, &token64))
match_u64          67 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64          74 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64          95 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64         102 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64         144 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64         151 drivers/nvme/target/fcloop.c 			if (match_u64(args, &token64)) {
match_u64        1917 drivers/target/target_core_configfs.c 			ret = match_u64(args,  &tmp_ll);
match_u64        1951 drivers/target/target_core_configfs.c 			ret = match_u64(args, &tmp_ll);
match_u64        1992 drivers/target/target_core_configfs.c 			ret = match_u64(args, &tmp_ll);
match_u64        2182 drivers/target/target_core_user.c 			ret = match_u64(&args[0], &udev->dev_size);
match_u64         985 fs/btrfs/super.c 			error = match_u64(&args[0], &subvolid);
match_u64          31 include/linux/parser.h int match_u64(substring_t *, u64 *result);
match_u64         206 lib/parser.c   EXPORT_SYMBOL(match_u64);