Home
last modified time | relevance | path

Searched defs:xfs_btree_cur (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/xfs/
Dxfs_btree.h216 typedef struct xfs_btree_cur struct
218 struct xfs_trans *bc_tp; /* transaction we're in, if any */
219 struct xfs_mount *bc_mp; /* file system mount struct */
220 const struct xfs_btree_ops *bc_ops;
221 uint bc_flags; /* btree features - below */
222 union {
226 } bc_rec; /* current insert/search record value */
227 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
251 } xfs_btree_cur_t; argument
273 struct xfs_btree_cur *cur, /* btree cursor */ argument