Home
last modified time | relevance | path

Searched refs:objlayout (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.h51 struct objlayout { struct
67 static inline struct objlayout * argument
70 return container_of(lo, struct objlayout, pnfs_layout); in OBJLAYOUT()
78 struct objlayout *objlay;
133 objlayout_add_delta_space_used(struct objlayout *objlay, s64 space_used) in objlayout_add_delta_space_used()
Dobjlayout.c53 struct objlayout *objlay; in objlayout_alloc_layout_hdr()
55 objlay = kzalloc(sizeof(struct objlayout), gfp_flags); in objlayout_alloc_layout_hdr()
70 struct objlayout *objlay = OBJLAYOUT(lo); in objlayout_free_layout_hdr()
179 struct objlayout *objlay = oir->objlay; in objlayout_iodone()
375 struct objlayout *objlay = OBJLAYOUT(pnfslay); in objlayout_encode_layoutcommit()
471 encode_accumulated_error(struct objlayout *objlay, __be32 *p) in encode_accumulated_error()
511 struct objlayout *objlay = OBJLAYOUT(pnfslay); in objlayout_encode_layoutreturn()
DKbuild4 objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o objlayout.o
/linux-4.4.14/fs/nfs/
DMakefile34 obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayout/
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt67 Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory