.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "JFFS2_ADD_PHYSICAL_NODE_REF" "" "06 October 2005" "" ""
.SH NAME
jffs2_add_physical_node_ref \- add a physical node reference to the list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int jffs2_add_physical_node_ref (struct jffs2_sb_info * \fIc\fB, struct jffs2_raw_node_ref * \fInew\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
superblock info
.TP
\fB\fInew\fB\fR
new node reference to add
.SH "DESCRIPTION"
.PP
Should only be used to report nodes for which space has been allocated
by jffs2_reserve_space.
.PP
Must be called with the alloc_sem held.