Home
last modified time | relevance | path

Searched refs:nfs4_ff_layout_ds (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.h33 struct nfs4_ff_layout_ds { struct
75 struct nfs4_ff_layout_ds *mirror_ds;
129 static inline struct nfs4_ff_layout_ds *
132 return container_of(node, struct nfs4_ff_layout_ds, id_node); in FF_LAYOUT_MIRROR_DS()
167 struct nfs4_ff_layout_ds *
170 void nfs4_ff_layout_put_deviceid(struct nfs4_ff_layout_ds *mirror_ds);
171 void nfs4_ff_layout_free_deviceid(struct nfs4_ff_layout_ds *mirror_ds);
Dflexfilelayoutdev.c23 void nfs4_ff_layout_put_deviceid(struct nfs4_ff_layout_ds *mirror_ds) in nfs4_ff_layout_put_deviceid()
29 void nfs4_ff_layout_free_deviceid(struct nfs4_ff_layout_ds *mirror_ds) in nfs4_ff_layout_free_deviceid()
37 struct nfs4_ff_layout_ds *
46 struct nfs4_ff_layout_ds *new_ds = NULL; in nfs4_ff_alloc_deviceid_node()
58 new_ds = kzalloc(sizeof(struct nfs4_ff_layout_ds), gfp_flags); in nfs4_ff_alloc_deviceid_node()
Dflexfilelayout.c1800 nfs4_ff_layout_free_deviceid(container_of(d, struct nfs4_ff_layout_ds, in ff_layout_free_deviceid_node()
1842 struct nfs4_ff_layout_ds *dsaddr; in ff_layout_alloc_deviceid_node()