Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.c1390 struct xfs_bmalloca *bma, in xfs_bmap_isaeof() argument
1397 bma->aeof = false; in xfs_bmap_isaeof()
1398 error = xfs_bmap_last_extent(NULL, bma->ip, whichfork, &rec, in xfs_bmap_isaeof()
1404 bma->aeof = true; in xfs_bmap_isaeof()
1412 bma->aeof = bma->offset >= rec.br_startoff + rec.br_blockcount || in xfs_bmap_isaeof()
1413 (bma->offset >= rec.br_startoff && in xfs_bmap_isaeof()
1491 struct xfs_bmalloca *bma, in xfs_bmap_add_extent_delay_real() argument
1494 struct xfs_mount *mp = bma->ip->i_mount; in xfs_bmap_add_extent_delay_real()
1495 struct xfs_ifork *ifp = XFS_IFORK_PTR(bma->ip, whichfork); in xfs_bmap_add_extent_delay_real()
1496 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Dbasic_chset.hpp124 basic_chset bma = x; in operator ^=() local
125 bma -= *this; in operator ^=()
127 *this |= bma; in operator ^=()
/OK3568_Linux_fs/external/xserver/record/
H A Dset.c371 int bmsize, rlsize, bma, rla; in _RecordSetMemoryRequirements() local
378 &bma); in _RecordSetMemoryRequirements()
383 *alignment = bma; in _RecordSetMemoryRequirements()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_uac1.c1528 __le16 *bma = (__le16 *)&out_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1535 *bma = cpu_to_le16(control); in f_audio_bind()
1538 __le16 *bma = (__le16 *)&in_feature_unit_desc->bmaControls[0]; in f_audio_bind() local
1545 *bma = cpu_to_le16(control); in f_audio_bind()
H A 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()