Symbol: __get
arch/powerpc/platforms/cell/spufs/file.c
1207
#define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \
arch/powerpc/platforms/cell/spufs/file.c
1208
static int __##__get(void *data, u64 *val) \
arch/powerpc/platforms/cell/spufs/file.c
1217
*val = __get(ctx); \
arch/powerpc/platforms/cell/spufs/file.c
1223
*val = __get(ctx); \
arch/powerpc/platforms/cell/spufs/file.c
1226
*val = __get(ctx); \
arch/powerpc/platforms/cell/spufs/file.c
1230
DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
arch/powerpc/platforms/cell/spufs/file.c
141
#define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \
arch/powerpc/platforms/cell/spufs/file.c
145
return spufs_attr_open(inode, file, __get, __set, __fmt); \
drivers/md/dm-bio-prison-v2.c
183
r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result);
drivers/thunderbolt/dma_test.c
358
#define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \
drivers/thunderbolt/dma_test.c
368
__get(dt, val); \
include/linux/debugfs.h
48
#define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \
include/linux/debugfs.h
52
return simple_attr_open(inode, file, __get, __set, __fmt); \
include/linux/debugfs.h
62
#define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \
include/linux/debugfs.h
63
DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
include/linux/debugfs.h
65
#define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \
include/linux/debugfs.h
66
DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
include/linux/fs.h
3490
#define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \
include/linux/fs.h
3494
return simple_attr_open(inode, file, __get, __set, __fmt); \
include/linux/fs.h
3505
#define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \
include/linux/fs.h
3506
DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
include/linux/fs.h
3508
#define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \
include/linux/fs.h
3509
DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
include/linux/genl_magic_func.h
187
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_func.h
191
s->name = __get(nla); \
include/linux/genl_magic_func.h
197
__get, __put, __is_signed) \
include/linux/genl_magic_func.h
201
__get(s->name, nla, maxlen); \
include/linux/genl_magic_func.h
353
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_func.h
363
__get, __put, __is_signed) \
include/linux/genl_magic_func.h
37
#define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \
include/linux/genl_magic_func.h
378
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_func.h
382
__get, __put, __is_signed)
include/linux/genl_magic_func.h
43
__get, __put, __is_signed) \
include/linux/genl_magic_struct.h
160
__get, __put, __is_signed) \
include/linux/genl_magic_struct.h
165
maxlen, __get, __put, __is_signed) \
include/linux/genl_magic_struct.h
228
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_struct.h
234
__get, __put, __is_signed) \
include/linux/genl_magic_struct.h
252
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_struct.h
258
__get, __put, __is_signed) \
include/linux/genl_magic_struct.h
271
#define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \
include/linux/genl_magic_struct.h
277
__get, __put, is_signed) \