Home
last modified time | relevance | path

Searched refs:gbno (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_group.h121 xfs_agblock_t gbno) in xfs_gbno_to_fsb() argument
123 return xfs_group_start_fsb(xg) | gbno; in xfs_gbno_to_fsb()
129 xfs_agblock_t gbno) in xfs_gbno_to_daddr() argument
136 fsbno = xfs_gbno_to_fsb(xg, gbno); in xfs_gbno_to_daddr()
138 fsbno = (xfs_fsblock_t)xg->xg_gno * g->blocks + gbno; in xfs_gbno_to_daddr()
166 uint32_t gbno) in xfs_verify_gbno() argument
168 if (gbno >= xg->xg_block_count) in xfs_verify_gbno()
170 if (gbno < xg->xg_min_gbno) in xfs_verify_gbno()
178 uint32_t gbno, in xfs_verify_gbext() argument
183 if (!xfs_verify_gbno(xg, gbno)) in xfs_verify_gbext()
[all …]
/linux/fs/xfs/
H A Dxfs_trace.h3193 xfs_agblock_t gbno, xfs_extlen_t len, bool unwritten,
3195 TP_ARGS(cur, gbno, len, unwritten, oinfo),
3200 __field(xfs_agblock_t, gbno)
3210 __entry->gbno = gbno;
3222 __entry->gbno,
3231 xfs_agblock_t gbno, xfs_extlen_t len, bool unwritten, \
3233 TP_ARGS(cur, gbno, len, unwritten, oinfo))
3318 xfs_agblock_t gbno, xfs_extlen_t len,
3320 TP_ARGS(cur, gbno, len, owner, offset, flags),
3325 __field(xfs_agblock_t, gbno)
[all …]