Searched refs:xfs_rtxlen_t (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_rtalloc.c130 xfs_rtxlen_t len) /* in/out: summary block number */
200 static inline xfs_rtxlen_t
204 xfs_rtxlen_t rtxlen,
205 xfs_rtxlen_t prod)
207 xfs_rtxlen_t ret;
223 xfs_rtxlen_t minlen, /* minimum length to allocate */
224 xfs_rtxlen_t maxlen, /* maximum length to allocate */
225 xfs_rtxlen_t *len, /* out: actual length allocated */
227 xfs_rtxlen_t prod, /* extent product factor */
306 xfs_rtxlen_t
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h34 xfs_rtxlen_t rtxlen)
54 static inline xfs_rtxlen_t
317 xfs_rtxlen_t len, int val, xfs_rtxnum_t *new, int *stat);
323 xfs_rtxlen_t len, int val);
329 xfs_rtxlen_t len);
338 xfs_rtxnum_t start, xfs_rtxlen_t len,
348 xfs_rtxlen_t len); /* length of extent freed */
H A Dxfs_types.h14 typedef uint32_t xfs_rtxlen_t; /* file extent length in rtextents */ typedef
H A Dxfs_rtbitmap.c541 xfs_rtxlen_t len, /* length of extent to modify */
680 xfs_rtxlen_t len) /* in/out: summary block number */
753 xfs_rtxlen_t len, /* length of extent */
910 xfs_rtxlen_t len) /* length of extent */
933 xfs_rtxlen_t len) /* length of extent freed */
1096 xfs_rtxlen_t len,
H A Dxfs_trans_resv.c222 xfs_rtxlen_t rtxlen;

Completed in 117 milliseconds