diff options
Diffstat (limited to 'fs/exofs/exofs.h')
-rw-r--r-- | fs/exofs/exofs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/exofs/exofs.h b/fs/exofs/exofs.h index 33c68568b338..09e331935514 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h | |||
@@ -186,6 +186,12 @@ static inline struct exofs_i_info *exofs_i(struct inode *inode) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | /* | 188 | /* |
189 | * Given a layout, object_number and stripe_index return the associated global | ||
190 | * dev_index | ||
191 | */ | ||
192 | unsigned exofs_layout_od_id(struct exofs_layout *layout, | ||
193 | osd_id obj_no, unsigned layout_index); | ||
194 | /* | ||
189 | * Maximum count of links to a file | 195 | * Maximum count of links to a file |
190 | */ | 196 | */ |
191 | #define EXOFS_LINK_MAX 32000 | 197 | #define EXOFS_LINK_MAX 32000 |