Searched defs:ffs_epfile (Results 1 – 1 of 1) sorted by relevance
123 struct ffs_epfile { struct125 struct mutex mutex;126 wait_queue_head_t wait;128 struct ffs_data *ffs;129 struct ffs_ep *ep; /* P: ffs->eps_lock */131 struct dentry *dentry;133 char name[5];135 unsigned char in; /* P: ffs->eps_lock */136 unsigned char isoc; /* P: ffs->eps_lock */138 unsigned char _pad;