Searched defs:fsg_lun (Results 1 – 1 of 1) sorted by relevance
98 struct fsg_lun { struct99 struct file *filp;100 loff_t file_length;101 loff_t num_sectors;125 static inline bool fsg_lun_is_open(struct fsg_lun *curlun) in fsg_lun_is_open() argument