Home
last modified time | relevance | path

Searched refs:__get (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-bio-prison-v2.c150 static bool __get(struct dm_bio_prison_v2 *prison, in __get() function
183 r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result); in dm_cell_get_v2()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
145 return spufs_attr_open(inode, file, __get, __set, __fmt); \
1209 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument
1210 static int __##__get(void *data, u64 *val) \
1219 *val = __get(ctx); \
1225 *val = __get(ctx); \
1228 *val = __get(ctx); \
1232 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
/linux/include/linux/
H A Dfs.h3532 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
3536 return simple_attr_open(inode, file, __get, __set, __fmt); \
3547 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3548 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
3550 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
3551 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)