Searched refs:cfs_psdev_file (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs.h | 118 struct cfs_psdev_file { struct 128 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long); argument 129 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long); 130 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-module.c | 137 struct cfs_psdev_file pfile; in libcfs_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 285 static int libcfs_ioctl_int(struct cfs_psdev_file *pfile, unsigned long cmd, in libcfs_ioctl_int() 356 static int libcfs_ioctl(struct cfs_psdev_file *pfile, unsigned long cmd, void *arg) in libcfs_ioctl()
|