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 11:54:28 -05:00
2008-12-31 18:07:43 -05:00
2009-01-05 07:45:02 +00:00
2008-11-14 10:39:25 +11:00
2009-01-05 08:40:30 -08:00
2008-12-30 16:51:43 -05:00
2009-01-06 15:59:19 -08:00
2009-01-05 11:54:28 -05:00
2008-10-17 02:38:36 +11:00
2009-01-05 11:54:27 -05:00
2009-01-05 11:54:28 -05:00
2009-01-06 15:59:09 -08:00
2008-12-04 17:16:36 +11:00
2008-12-29 16:47:18 +11:00
2008-12-29 08:29:50 +01:00
2008-12-31 18:07:43 -05:00
2009-01-03 11:45:54 -08:00
2008-12-29 08:29:53 +01:00
2008-12-31 18:07:38 -05:00
2009-01-06 15:59:29 -08:00
2008-12-25 11:40:09 +11:00
2009-01-06 15:59:09 -08:00
2009-01-06 15:59:14 -08:00
2009-01-05 07:38:46 +00: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
2009-01-06 15:59:12 -08:00
2008-10-30 11:38:45 -07:00
2009-01-05 11:54:28 -05:00
2009-01-06 15:59:00 -08:00
2009-01-05 11:54:28 -05:00