Lines Matching +full:function +full:- +full:group

47 functions provide cylinder group reads for
55 functions provide cylinder group writes for
61 function reads the cylinder group specified by
72 function is the only cylinder group read function that is safe to use
77 function writes the cylinder group specified by
86 function is the only cylinder group write function that is safe to use
90 function needs to be called only if the cylinder group has been
91 modified and the on-disk copy needs to be updated.
95 function reads from the cylinder group specified by
99 cylinder-group structure in a user-land UFS-disk structure.
102 field to the cylinder group number
107 function operates on sequential cylinder groups.
110 function is equivalent to calling
112 with a cylinder group specifier equivalent to the value of the current
120 function stores on disk the cylinder group held in the
122 cylinder-group structure in a user-land UFS-disk structure.
126 function provides no additional functionality over the
128 function as there is only one place that a given cylinder group
132 parameter wrong, the function fails with the error
134 This function remains only to provide backward compatibility.
138 function returns 0 if there are no more cylinder groups to read,
139 1 if there are more cylinder groups, and \-1 on error.
142 function returns 1 on success and \-1 on error.
143 The other functions return 0 on success and \-1 on error.
152 for any of the errors specified for the library function
162 for any of the errors specified for the library function
168 error if the cylinder group specified does not match the
169 cylinder group that it is requesting to write.