Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_bmap.h20 struct xfs_bmalloca { struct
21 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