X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Fllapi_layout_alloc.3;fp=lustre%2Fdoc%2Fllapi_layout_alloc.3;h=3bab4cce10a292d213b7a6a7311a09bb3fb188a3;hb=eb47eaa6ecd277fcf1edd66673cc7082661c1dda;hp=57b7ce2373ed6e28fbc58ec9c223153d478760bc;hpb=42bf19a573a5c967e54302cc08c7b51effac3dd9;p=fs%2Flustre-release.git diff --git a/lustre/doc/llapi_layout_alloc.3 b/lustre/doc/llapi_layout_alloc.3 index 57b7ce2..3bab4cc 100644 --- a/lustre/doc/llapi_layout_alloc.3 +++ b/lustre/doc/llapi_layout_alloc.3 @@ -1,7 +1,7 @@ .TH llapi_layout_alloc 3 "2013 Oct 31" "Lustre User API" .SH NAME llapi_layout_alloc, llapi_layout_free \- allocate and destroy -.B llapi_layout_t +.B struct llapi_layout objects. .SH SYNOPSIS .nf @@ -16,9 +16,9 @@ objects. .LP .B llapi_layout_alloc() returns a pointer to a newly-allocated -.BR struct llapi_layout . +.BR "struct llapi_layout" . The -.B llapi_layout_t +.B struct llapi_layout is an opaque entity containing the layout information for a file in a Lustre filesystem. Its internal structure should not be directly accessed by an application. It may be used in @@ -28,12 +28,12 @@ manual page to modify layout attributes and create files with the given layout. .PP The returned -.B llapi_layout_t +.B struct llapi_layout object is initialized with default attribute values that will effect the standard Lustre behavior for assigning layouts to newly-created files. These values may be modified using the group of -functions in the -.B llapi_layout +functions in +.B struct llapi_layout API whose names end with .BR _set . The pointer should be freed with