Home | History | Annotate | Download | only in core

Lines Matching defs:refcnt

42 	struct refcnt refcnt;
68 * @v refcnt Reference counter
70 static void posix_file_free ( struct refcnt *refcnt ) {
72 container_of ( refcnt, struct posix_file, refcnt );
201 file->refcnt.free = posix_file_free;
205 &file->refcnt );
230 ref_put ( &file->refcnt );
353 ref_put ( &file->refcnt );