X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Fllapi_layout_alloc.3;h=3bab4cce10a292d213b7a6a7311a09bb3fb188a3;hb=e6a80a02e285c289f823f16cbdf8b46c1002b9f9;hp=571ba554bd3af7ba5c31d660c8a950d787419285;hpb=3d3a37c9c8daefb18fe7b9c2e83d8d2ef2cdf98b;p=fs%2Flustre-release.git diff --git a/lustre/doc/llapi_layout_alloc.3 b/lustre/doc/llapi_layout_alloc.3 index 571ba55..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 @@ -61,4 +61,4 @@ Insufficient storage space is available. .SH "SEE ALSO" .BR llapi_layout_file_create (3), .BR llapi_layout (7), -.BR liblustreapi (7) +.BR lustreapi (7)