suballoc.h (cb5629b10d64a8006622ce3a52bc887d91057d69) | suballoc.h (138211515c102807a16c02fdc15feef1f6ef8124) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * suballoc.h 5 * 6 * Defines sub allocator api 7 * 8 * Copyright (C) 2003, 2004 Oracle. All rights reserved. --- 74 unchanged lines hidden (view full) --- 83 handle_t *handle, 84 struct ocfs2_alloc_context *ac, 85 u32 bits_wanted, 86 u16 *suballoc_bit_start, 87 u32 *num_bits, 88 u64 *blkno_start); 89int ocfs2_claim_new_inode(struct ocfs2_super *osb, 90 handle_t *handle, | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * suballoc.h 5 * 6 * Defines sub allocator api 7 * 8 * Copyright (C) 2003, 2004 Oracle. All rights reserved. --- 74 unchanged lines hidden (view full) --- 83 handle_t *handle, 84 struct ocfs2_alloc_context *ac, 85 u32 bits_wanted, 86 u16 *suballoc_bit_start, 87 u32 *num_bits, 88 u64 *blkno_start); 89int ocfs2_claim_new_inode(struct ocfs2_super *osb, 90 handle_t *handle, |
91 struct inode *dir, 92 struct buffer_head *parent_fe_bh, |
|
91 struct ocfs2_alloc_context *ac, 92 u16 *suballoc_bit, 93 u64 *fe_blkno); 94int ocfs2_claim_clusters(struct ocfs2_super *osb, 95 handle_t *handle, 96 struct ocfs2_alloc_context *ac, 97 u32 min_clusters, 98 u32 *cluster_start, --- 91 unchanged lines hidden --- | 93 struct ocfs2_alloc_context *ac, 94 u16 *suballoc_bit, 95 u64 *fe_blkno); 96int ocfs2_claim_clusters(struct ocfs2_super *osb, 97 handle_t *handle, 98 struct ocfs2_alloc_context *ac, 99 u32 min_clusters, 100 u32 *cluster_start, --- 91 unchanged lines hidden --- |