Home
last modified time | relevance | path

Searched refs:bma (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_bmap.c1342 struct xfs_bmalloca *bma, in xfs_bmap_isaeof() argument
1349 bma->aeof = false; in xfs_bmap_isaeof()
1350 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, in xfs_bmap_isaeof()
1356 bma->aeof = true; in xfs_bmap_isaeof()
1364 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount || in xfs_bmap_isaeof()
1365 (bma->offset >= rec.br_startoff && in xfs_bmap_isaeof()
1411 struct xfs_bmalloca *bma, in xfs_bmap_add_extent_delay_real() argument
1414 struct xfs_mount *mp = bma->ip->i_mount; in xfs_bmap_add_extent_delay_real()
1415 struct xfs_ifork *ifp = xfs_ifork_ptr(bma->ip, whichfork); in xfs_bmap_add_extent_delay_real()
1416 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
[all …]
/linux-6.6.21/drivers/usb/gadget/function/
Df_uac1.c1260 __le16 *bma = (__le16 *)&out_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1267 *bma = cpu_to_le16(control); in f_audio_bind()
1270 __le16 *bma = (__le16 *)&in_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1277 *bma = cpu_to_le16(control); in f_audio_bind()
Df_uac2.c1106 __le32 *bma = (__le32 *)&out_feature_unit_desc->bmaControls[0]; in afunc_bind() local
1113 *bma = cpu_to_le32(control); in afunc_bind()
1116 __le32 *bma = (__le32 *)&in_feature_unit_desc->bmaControls[0]; in afunc_bind() local
1123 *bma = cpu_to_le32(control); in afunc_bind()