Searched defs:xfs_bmalloca (Results 1 – 1 of 1) sorted by relevance
20 struct xfs_bmalloca { struct21 struct xfs_trans *tp; /* transaction pointer */22 struct xfs_inode *ip; /* incore inode pointer */30 struct xfs_btree_cur *cur; /* btree cursor */32 int nallocs;/* number of extents alloc'd */33 int logflags;/* flags for transaction logging */39 bool wasdel; /* replacing a delayed allocation */40 bool aeof; /* allocated space at eof */41 bool conv; /* overwriting unwritten extents */42 int datatype;/* data type being allocated */[all …]
Completed in 5 milliseconds