Searched defs:fsg_lun (Results 1 – 1 of 1) sorted by relevance
91 struct fsg_lun { struct92 struct file *filp;93 loff_t file_length;117 static inline bool fsg_lun_is_open(struct fsg_lun *curlun) in fsg_lun_is_open() argument