Searched refs:urf (Results 1 – 1 of 1) sorted by relevance
399 struct urfile *urf; in urfile_alloc() local402 if (!urf) in urfile_alloc()404 urf->urd = urd; in urfile_alloc()409 return urf; in urfile_alloc()414 TRACE("urfile_free: urf=%p urd=%p\n", urf, urf->urd); in urfile_free()415 kfree(urf); in urfile_free()463 return do_write(urf->urd, udata, count, urf->dev_reclen, ppos); in ur_write()701 struct urfile *urf; in ur_open() local751 if (!urf) { in ur_open()765 urfile_free(urf); in ur_open()[all …]