Searched refs:xfs_dabuf (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_trace.h28 struct xfs_dabuf;
46 struct xfs_dabuf *bp);
48 struct xfs_dabuf *lbp, struct xfs_dabuf *dbp);
50 struct xfs_dabuf *bs, int ss,
51 struct xfs_dabuf *bd, int sd, int c);
53 xfs_dir2_db_t db, struct xfs_dabuf *bp);
57 struct xfs_dabuf *bp);
H A Dxfs_dir2_node.h26 struct xfs_dabuf;
80 extern void xfs_dir2_free_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp,
83 struct xfs_dabuf *lbp);
84 extern xfs_dahash_t xfs_dir2_leafn_lasthash(struct xfs_dabuf *bp, int *count);
85 extern int xfs_dir2_leafn_lookup_int(struct xfs_dabuf *bp,
88 extern int xfs_dir2_leafn_order(struct xfs_dabuf *leaf1_bp,
89 struct xfs_dabuf *leaf2_bp);
H A Dxfs_dir2_data.h25 struct xfs_dabuf;
160 extern void xfs_dir2_data_check(struct xfs_inode *dp, struct xfs_dabuf *bp);
171 struct xfs_dabuf **bpp);
172 extern void xfs_dir2_data_log_entry(struct xfs_trans *tp, struct xfs_dabuf *bp,
175 struct xfs_dabuf *bp);
176 extern void xfs_dir2_data_log_unused(struct xfs_trans *tp, struct xfs_dabuf *bp,
178 extern void xfs_dir2_data_make_free(struct xfs_trans *tp, struct xfs_dabuf *bp,
182 extern void xfs_dir2_data_use_free(struct xfs_trans *tp, struct xfs_dabuf *bp,
H A Dxfs_dir2_block.h27 struct xfs_dabuf;
92 struct xfs_dabuf *lbp, struct xfs_dabuf *dbp);
H A Dxfs_attr_leaf.h34 struct xfs_dabuf;
257 int xfs_attr_shortform_allfit(struct xfs_dabuf *bp, struct xfs_inode *dp);
265 int xfs_attr_leaf_to_shortform(struct xfs_dabuf *bp,
277 int xfs_attr_leaf_lookup_int(struct xfs_dabuf *leaf,
279 int xfs_attr_leaf_getvalue(struct xfs_dabuf *bp, struct xfs_da_args *args);
280 int xfs_attr_leaf_add(struct xfs_dabuf *leaf_buffer,
282 int xfs_attr_leaf_remove(struct xfs_dabuf *leaf_buffer,
284 int xfs_attr_leaf_list_int(struct xfs_dabuf *bp,
299 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count);
300 int xfs_attr_leaf_order(struct xfs_dabuf *leaf1_b
[all...]
H A Dxfs_dir2_leaf.h22 struct xfs_dabuf;
245 struct xfs_dabuf *dbp);
248 struct xfs_dabuf *bp);
249 extern void xfs_dir2_leaf_compact_x1(struct xfs_dabuf *bp, int *indexp,
256 struct xfs_dabuf **bpp, int magic);
257 extern void xfs_dir2_leaf_log_ents(struct xfs_trans *tp, struct xfs_dabuf *bp,
260 struct xfs_dabuf *bp);
265 struct xfs_dabuf *lbp);
267 struct xfs_dabuf *lbp, xfs_dir2_db_t db);
H A Dxfs_dir2.h22 struct xfs_dabuf;
115 struct xfs_dabuf *bp);
H A Dxfs_dir2_sf.h29 struct xfs_dabuf;
184 extern int xfs_dir2_block_to_sf(struct xfs_da_args *args, struct xfs_dabuf *bp,
H A Dxfs_da_btree.h140 typedef struct xfs_dabuf { struct
147 struct xfs_dabuf *next; /* next in global chain */
148 struct xfs_dabuf *prev; /* previous in global chain */
H A Dxfs_dir2_leaf.c54 static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp,
56 static void xfs_dir2_leaf_log_tail(struct xfs_trans *tp, struct xfs_dabuf *bp);

Completed in 54 milliseconds