Searched refs:_open (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | debugfs.h | 8 static int name##_open(struct inode *inode, struct file *file) \ 14 .open = name##_open, \
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 41 static int name##_open(struct inode *inode, struct file *file) \ 47 .open = name##_open, \
|
/linux-4.1.27/net/batman-adv/ |
D | debugfs.c | 334 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument 339 .open = _open, \ 393 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument 401 .open = _open, \
|
/linux-4.1.27/drivers/mtd/devices/ |
D | docg3.h | 324 static int name##_open(struct inode *inode, struct file *file) \ 328 .open = name##_open, \
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 51 static int _##name##_open(struct inode *inode, struct file *s) \ 64 .open = _##name##_open, \
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_debugfs.c | 37 static int genwqe_debugfs_##_name##_open(struct inode *inode, \ 43 .open = genwqe_debugfs_##_name##_open, \
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 735 static int name##_##type##_open(struct inode *inode, struct file *file) \ 740 .open = name##_##type##_open, \
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.c | 783 static int device_ ## name ## _open(struct inode *inode, struct file *file) \ 797 .open = device_ ## name ## _open, \
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 146 static int __fops ## _open(struct inode *inode, struct file *file) \ 152 .open = __fops ## _open, \
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2896 static int __fops ## _open(struct inode *inode, struct file *file) \ 2903 .open = __fops ## _open, \
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 65 static int binder_##name##_open(struct inode *inode, struct file *file) \ 72 .open = binder_##name##_open, \
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 997 \item Change the prototypes of $<device>_open()$ and
|