Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_btree.h237 typedef struct xfs_btree_cur struct
239 struct xfs_trans *bc_tp; /* transaction we're in, if any */
240 struct xfs_mount *bc_mp; /* file system mount struct */
241 const struct xfs_btree_ops *bc_ops;
242 uint bc_flags; /* btree features - below */
243 union {
247 } bc_rec; /* current insert/search record value */
248 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
272 } xfs_btree_cur_t; argument
294 struct xfs_btree_cur *cur, /* btree cursor */ argument