Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.c3913 bma->minlen = bma->length; in xfs_bmapi_allocate()
3954 error = xfs_zero_extent(bma->ip, bma->blkno, bma->length); in xfs_bmapi_allocate()
3967 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate()
3982 whichfork, &bma->icur, &bma->cur, &bma->got, in xfs_bmapi_allocate()
3983 &bma->logflags, bma->flags); in xfs_bmapi_allocate()
4030 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, in xfs_bmapi_convert_unwritten()
4118 xfs_trans_log_inode(bma->tp, bma->ip, bma->logflags); in xfs_bmapi_finish()
4290 bma.blkno, bma.length); in xfs_bmapi_write()
4316 bma.prev = bma.got; in xfs_bmapi_write()
4428 bma.offset = bma.got.br_startoff; in xfs_bmapi_convert_one_delalloc()
[all …]
/linux-6.15/drivers/usb/gadget/function/
H A Df_uac1.c1331 __le16 *bma = (__le16 *)&out_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1338 *bma = cpu_to_le16(control); in f_audio_bind()
1341 __le16 *bma = (__le16 *)&in_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1348 *bma = cpu_to_le16(control); in f_audio_bind()
H A Df_uac2.c1115 __le32 *bma = (__le32 *)&out_feature_unit_desc->bmaControls[0]; in afunc_bind() local
1122 *bma = cpu_to_le32(control); in afunc_bind()
1125 __le32 *bma = (__le32 *)&in_feature_unit_desc->bmaControls[0]; in afunc_bind() local
1132 *bma = cpu_to_le32(control); in afunc_bind()