Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_alloc.h52 typedef struct xfs_alloc_arg { struct
53 struct xfs_trans *tp; /* transaction pointer */
54 struct xfs_mount *mp; /* file system mount point */
55 struct xfs_buf *agbp; /* buffer for a.g. freelist header */
56 struct xfs_perag *pag; /* per-ag struct for this agno */
57 xfs_fsblock_t fsbno; /* file system block number */
81 } xfs_alloc_arg_t; argument

Completed in 4 milliseconds