Searched refs:cfs_psdev_file (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs.h | 115 struct cfs_psdev_file { struct 125 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long); argument 126 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long); 127 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);
|
/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 220 static int libcfs_ioctl_int(struct cfs_psdev_file *pfile, unsigned long cmd, in libcfs_ioctl_int() 291 static int libcfs_ioctl(struct cfs_psdev_file *pfile, unsigned long cmd, void *arg) in libcfs_ioctl()
|
/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-module.c | 137 struct cfs_psdev_file pfile; in libcfs_ioctl()
|