Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h115 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/
Dmodule.c220 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/
Dlinux-module.c137 struct cfs_psdev_file pfile; in libcfs_ioctl()