Searched refs:xfs_dabuf (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_attr_leaf.h | 34 struct xfs_dabuf; 218 int xfs_attr_shortform_allfit(struct xfs_dabuf *bp, struct xfs_inode *dp); 226 int xfs_attr_leaf_to_shortform(struct xfs_dabuf *bp, 238 int xfs_attr_leaf_lookup_int(struct xfs_dabuf *leaf, 240 int xfs_attr_leaf_getvalue(struct xfs_dabuf *bp, struct xfs_da_args *args); 241 int xfs_attr_leaf_add(struct xfs_dabuf *leaf_buffer, 243 int xfs_attr_leaf_remove(struct xfs_dabuf *leaf_buffer, 245 int xfs_attr_leaf_list_int(struct xfs_dabuf *bp, 260 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count); 261 int xfs_attr_leaf_order(struct xfs_dabuf *leaf1_bp, [all …]
|
D | xfs_dir2_data.h | 25 struct xfs_dabuf; 156 extern void xfs_dir2_data_check(struct xfs_inode *dp, struct xfs_dabuf *bp); 167 struct xfs_dabuf **bpp); 168 extern void xfs_dir2_data_log_entry(struct xfs_trans *tp, struct xfs_dabuf *bp, 171 struct xfs_dabuf *bp); 172 extern void xfs_dir2_data_log_unused(struct xfs_trans *tp, struct xfs_dabuf *bp, 174 extern void xfs_dir2_data_make_free(struct xfs_trans *tp, struct xfs_dabuf *bp, 178 extern void xfs_dir2_data_use_free(struct xfs_trans *tp, struct xfs_dabuf *bp,
|
D | xfs_dir2_node.h | 26 struct xfs_dabuf; 79 struct xfs_dabuf *lbp); 80 extern xfs_dahash_t xfs_dir2_leafn_lasthash(struct xfs_dabuf *bp, int *count); 81 extern int xfs_dir2_leafn_lookup_int(struct xfs_dabuf *bp, 84 extern int xfs_dir2_leafn_order(struct xfs_dabuf *leaf1_bp, 85 struct xfs_dabuf *leaf2_bp);
|
D | xfs_dir2_leaf.h | 22 struct xfs_dabuf; 228 struct xfs_dabuf *dbp); 231 struct xfs_dabuf *bp); 232 extern void xfs_dir2_leaf_compact_x1(struct xfs_dabuf *bp, int *indexp, 239 struct xfs_dabuf **bpp, int magic); 240 extern void xfs_dir2_leaf_log_ents(struct xfs_trans *tp, struct xfs_dabuf *bp, 243 struct xfs_dabuf *bp); 248 struct xfs_dabuf *lbp); 250 struct xfs_dabuf *lbp, xfs_dir2_db_t db);
|
D | xfs_dir2_block.h | 27 struct xfs_dabuf; 89 struct xfs_dabuf *lbp, struct xfs_dabuf *dbp);
|
D | xfs_dir2.h | 22 struct xfs_dabuf; 101 struct xfs_dabuf *bp);
|
D | xfs_da_btree.h | 143 typedef struct xfs_dabuf { struct 150 struct xfs_dabuf *next; /* next in global chain */ argument 151 struct xfs_dabuf *prev; /* previous in global chain */ argument
|
D | xfs_dir2_sf.h | 29 struct xfs_dabuf; 161 extern int xfs_dir2_block_to_sf(struct xfs_da_args *args, struct xfs_dabuf *bp,
|
D | xfs_dir2_leaf.c | 52 static void xfs_dir2_leaf_log_bests(struct xfs_trans *tp, struct xfs_dabuf *bp, 54 static void xfs_dir2_leaf_log_tail(struct xfs_trans *tp, struct xfs_dabuf *bp);
|