.\" 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 "PDCSPATH_FETCH" "9" "09 October 2005" "" ""
.SH NAME
pdcspath_fetch \- This function populates the path entry structs.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pdcspath_fetch (struct pdcspath_entry * \fIentry\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIentry\fB\fR
A pointer to an allocated pdcspath_entry.
.SH "DESCRIPTION"
.PP
The general idea is that you don't read from the Stable Storage every time
you access the files provided by the facilites. We store a copy of the
content of the stable storage WRT various paths in these structs. We read
these structs when reading the files, and we will write to these structs when
writing to the files, and only then write them back to the Stable Storage.