Whamcloud - gitweb
LU-8998 docs: man pages for composite layout APIs
authorNiu Yawei <yawei.niu@intel.com>
Tue, 23 Feb 2016 09:27:25 +0000 (04:27 -0500)
committerJinshan Xiong <jinshan.xiong@intel.com>
Thu, 6 Apr 2017 04:52:59 +0000 (21:52 -0700)
commite61be5b3bc31178fe44e7eec447d3e18b3f3bda6
treeaa9d86a82ece7561197dbcc7436634de2f0dbe58
parentcebc79b5ac3c09f1f7b75263203f9bd36a04fcc5
LU-8998 docs: man pages for composite layout APIs

Added man pages for the new layout component interfaces:

llapi_layout_comp_add(3)
llapi_layout_comp_del(3)
llapi_layout_comp_extent_get(3)
llapi_layout_comp_extent_set(3)
llapi_layout_comp_flags_get(3)
llapi_layout_comp_flags_set(3)
llapi_layout_comp_flags_clear(3)
llapi_layout_comp_id_get(3)
llapi_layout_comp_move(3)
llapi_layout_comp_move_at(3)
llapi_layout_file_comp_add(3)
llapi_layout_file_comp_del(3)

Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: I8fd466b9cb0352bb7812f0b748816801f20f5e71
Reviewed-on: https://review.whamcloud.com/25740
Tested-by: Jenkins
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
13 files changed:
lustre/doc/llapi_layout.7
lustre/doc/llapi_layout_comp_add.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_del.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_extent_get.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_extent_set.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_flags_clear.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_flags_get.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_flags_set.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_id_get.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_move.3 [new file with mode: 0644]
lustre/doc/llapi_layout_comp_move_at.3 [new file with mode: 0644]
lustre/doc/llapi_layout_file_comp_add.3 [new file with mode: 0644]
lustre/doc/llapi_layout_file_comp_del.3 [new file with mode: 0644]