Inaky Perez-Gonzalez
5e07878787
debugfs: add helpers for exporting a size_t simple value
...
In the same spirit as debugfs_create_*(), introduce helpers for
exporting size_t values over debugfs.
The only trick done is that the format verifier is kept at %llu
instead of %zu; otherwise type warnings would pop up:
format ‘%zu’ expects type ‘size_t’, but argument 2 has type ‘long long unsigned int’
There is no real way to fix this one--however, we can consider %llu
and %zu to be compatible if we consider that we are using the same for
validating in debugfs_create_{x,u}{8,16,32}().
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-07 10:00:16 -08:00
..
2008-12-25 11:40:09 +11:00
2009-01-05 18:32:06 -08:00
2009-01-04 13:33:20 -08:00
2009-01-05 11:54:28 -05:00
2009-01-06 15:59:23 -08:00
2008-12-31 18:07:40 -05:00
2009-01-06 15:59:31 -08:00
2009-01-05 18:32:06 -08:00
2009-01-05 11:54:28 -05:00
2009-01-05 11:54:28 -05:00
2009-01-05 11:54:28 -05:00
2009-01-07 10:00:16 -08:00
2009-01-05 11:54:28 -05:00
2009-01-05 19:02:09 -08:00
2009-01-06 15:59:22 -08:00
2008-10-23 05:13:01 -04:00
2008-12-25 11:40:09 +11:00
2008-12-31 18:07:43 -05:00
2009-01-05 08:40:25 -08:00
2009-01-06 15:59:13 -08:00
2008-12-30 20:33:34 -08:00
2008-12-31 18:07:40 -05:00
2009-01-06 17:01:20 -08:00
2009-01-05 07:45:02 +00:00
2008-11-14 10:38:54 +11:00
2008-11-14 10:38:54 +11:00
2009-01-04 13:33:20 -08:00
2008-11-14 10:38:55 +11:00
2008-11-14 10:39:25 +11:00
2009-01-06 15:59:08 -08:00
2009-01-05 11:53:38 -05:00
2008-11-06 22:37:59 -05:00
2009-01-05 08:40:30 -08:00
2009-01-04 13:33:20 -08:00
2009-01-05 11:54:29 -05:00
2008-12-30 16:51:43 -05:00
2009-01-06 15:59:27 -08:00
2009-01-06 15:59:19 -08:00
2009-01-04 13:33:20 -08:00
2008-12-23 15:21:32 -05:00
2009-01-05 11:54:28 -05:00
2008-10-17 02:38:36 +11:00
2009-01-05 11:54:29 -05:00
2009-01-05 11:54:27 -05:00
2009-01-05 18:32:43 -08:00
2009-01-05 11:54:28 -05:00
2009-01-05 11:54:28 -05:00
2009-01-06 10:44:43 -08:00
2009-01-06 15:58:58 -08:00
2009-01-05 11:54:28 -05:00
2009-01-05 18:32:43 -08:00
2009-01-05 11:54:28 -05:00
2009-01-04 13:33:20 -08:00
2009-01-05 11:54:28 -05:00
2008-12-31 18:07:39 -05:00
2009-01-06 15:59:09 -08:00
2008-12-04 17:16:36 +11:00
2008-11-14 10:39:04 +11:00
2008-12-29 16:47:18 +11:00
2008-12-29 08:29:50 +01:00
2008-12-31 16:55:44 +02:00
2008-11-14 10:39:05 +11:00
2008-12-31 18:07:43 -05:00
2009-01-03 11:45:54 -08:00
2008-11-14 10:39:24 +11:00
2008-12-28 12:33:21 -08:00
2008-10-16 11:21:38 -07:00
2008-11-14 10:39:24 +11:00
2009-01-06 15:59:19 -08:00
2008-10-16 11:21:38 -07:00
2008-11-14 10:39:24 +11:00
2008-12-29 08:29:23 +01:00
2008-12-29 08:29:53 +01:00
2009-01-06 15:59:14 -08:00
2009-01-06 15:59:08 -08:00
2009-01-06 15:59:13 -08:00
2009-01-06 15:59:13 -08:00
2008-12-31 18:07:42 -05:00
2008-12-31 18:07:38 -05:00
2009-01-06 15:59:06 -08:00
2009-01-05 08:40:25 -08:00
2008-12-01 19:55:24 -08:00
2009-01-06 15:59:29 -08:00
2008-12-25 11:40:09 +11:00
2008-10-21 07:47:06 -04:00
2008-12-31 18:07:42 -05:00
2009-01-05 11:54:29 -05:00
2009-01-06 15:59:09 -08:00
2009-01-06 15:59:14 -08:00
2008-11-14 10:39:24 +11:00
2009-01-05 07:38:46 +00:00
2008-11-14 10:39:19 +11:00
2009-01-06 15:59:12 -08:00
2008-10-20 08:52:39 -07:00
2009-01-05 18:32:06 -08:00
2008-11-14 10:39:05 +11:00
2009-01-05 08:40:21 -08:00
2009-01-06 15:59:01 -08:00
2009-01-05 18:32:06 -08:00
2008-12-31 18:07:38 -05:00
2008-12-31 18:07:41 -05:00
2009-01-05 11:54:28 -05:00
2009-01-04 15:14:41 -05:00
2008-11-14 10:39:05 +11:00
2009-01-05 08:40:21 -08:00
2009-01-05 08:40:21 -08:00
2009-01-05 08:36:58 -08:00
2009-01-05 08:40:21 -08:00
2009-01-05 08:36:57 -08:00
2009-01-05 08:36:58 -08:00
2009-01-05 08:40:21 -08:00
2009-01-05 11:53:07 -05:00
2008-10-23 05:13:10 -04:00
2009-01-06 15:59:12 -08:00
2009-01-03 12:04:39 -08:00
2008-10-30 11:38:45 -07:00
2009-01-05 11:54:28 -05:00
2008-12-20 09:02:39 +11:00
2009-01-06 15:59:00 -08:00
2009-01-05 11:54:28 -05:00