Searched refs:urf (Results 1 – 1 of 1) sorted by relevance
370 struct urfile *urf; in urfile_alloc() local373 if (!urf) in urfile_alloc()375 urf->urd = urd; in urfile_alloc()380 return urf; in urfile_alloc()385 TRACE("urfile_free: urf=%p urd=%p\n", urf, urf->urd); in urfile_free()386 kfree(urf); in urfile_free()434 return do_write(urf->urd, udata, count, urf->dev_reclen, ppos); in ur_write()672 struct urfile *urf; in ur_open() local722 if (!urf) { in ur_open()736 urfile_free(urf); in ur_open()[all …]
Completed in 4 milliseconds