Symbol: xfs_refcount_rec
fs/xfs/libxfs/xfs_btree.h
48
struct xfs_refcount_rec refc;
fs/xfs/libxfs/xfs_ondisk.h
53
XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_rec, 12);
fs/xfs/libxfs/xfs_refcount_btree.c
324
.rec_len = sizeof(struct xfs_refcount_rec),
fs/xfs/libxfs/xfs_refcount_btree.c
411
return blocklen / sizeof(struct xfs_refcount_rec);
fs/xfs/libxfs/xfs_refcount_btree.h
30
((struct xfs_refcount_rec *) \
fs/xfs/libxfs/xfs_refcount_btree.h
33
(((index) - 1) * sizeof(struct xfs_refcount_rec))))
fs/xfs/libxfs/xfs_rtrefcount_btree.c
372
.rec_len = sizeof(struct xfs_refcount_rec),
fs/xfs/libxfs/xfs_rtrefcount_btree.c
462
return blocklen / sizeof(struct xfs_refcount_rec);
fs/xfs/libxfs/xfs_rtrefcount_btree.c
596
struct xfs_refcount_rec *frp;
fs/xfs/libxfs/xfs_rtrefcount_btree.c
597
struct xfs_refcount_rec *trp;
fs/xfs/libxfs/xfs_rtrefcount_btree.c
682
struct xfs_refcount_rec *frp;
fs/xfs/libxfs/xfs_rtrefcount_btree.c
683
struct xfs_refcount_rec *trp;
fs/xfs/libxfs/xfs_rtrefcount_btree.c
92
return blocklen / sizeof(struct xfs_refcount_rec);
fs/xfs/libxfs/xfs_rtrefcount_btree.h
141
return sz + nrecs * sizeof(struct xfs_refcount_rec);
fs/xfs/libxfs/xfs_rtrefcount_btree.h
166
return sz + nrecs * sizeof(struct xfs_refcount_rec);
fs/xfs/libxfs/xfs_rtrefcount_btree.h
35
static inline struct xfs_refcount_rec *
fs/xfs/libxfs/xfs_rtrefcount_btree.h
40
return (struct xfs_refcount_rec *)
fs/xfs/libxfs/xfs_rtrefcount_btree.h
42
(index - 1) * sizeof(struct xfs_refcount_rec));
fs/xfs/libxfs/xfs_rtrefcount_btree.h
77
static inline struct xfs_refcount_rec *
fs/xfs/libxfs/xfs_rtrefcount_btree.h
82
return (struct xfs_refcount_rec *)
fs/xfs/libxfs/xfs_rtrefcount_btree.h
84
(index - 1) * sizeof(struct xfs_refcount_rec));