Searched defs:fops (Results 1 – 2 of 2) sorted by relevance
42 struct file_operations_vfs fops; member115 static void AssignFileOps(struct file_operations_vfs *fops, const struct OsalCdevOps *src) in AssignFileOps()126 struct OsalCdev *OsalAllocCdev(const struct OsalCdevOps *fops) in OsalAllocCdev()
38 struct file_operations fops; member193 static void AssignFileOps(struct file_operations* fops, const struct OsalCdevOps* src) in AssignFileOps()207 struct OsalCdev* OsalAllocCdev(const struct OsalCdevOps* fops) in OsalAllocCdev()