Home
last modified time | relevance | path

Searched defs:cfs_psdev_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h122 struct cfs_psdev_ops { struct
123 int (*p_open)(unsigned long, void *);
124 int (*p_close)(unsigned long, void *);
125 int (*p_read)(struct cfs_psdev_file *, char *, unsigned long);
126 int (*p_write)(struct cfs_psdev_file *, char *, unsigned long);
127 int (*p_ioctl)(struct cfs_psdev_file *, unsigned long, void *);