Home
last modified time | relevance | path

Searched refs:bma (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c1337 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
1342 struct xfs_bmalloca *bma, in xfs_bmap_isaeof()
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()
1414 struct xfs_mount *mp = bma in xfs_bmap_add_extent_delay_real()
1341 xfs_bmap_isaeof( struct xfs_bmalloca *bma, int whichfork) xfs_bmap_isaeof() argument
1410 xfs_bmap_add_extent_delay_real( struct xfs_bmalloca *bma, int whichfork) xfs_bmap_add_extent_delay_real() argument
4053 xfs_bmap_alloc_userdata( struct xfs_bmalloca *bma) xfs_bmap_alloc_userdata() argument
4090 xfs_bmapi_allocate( struct xfs_bmalloca *bma) xfs_bmapi_allocate() argument
4187 xfs_bmapi_convert_unwritten( struct xfs_bmalloca *bma, struct xfs_bmbt_irec *mval, xfs_filblks_t len, uint32_t flags) xfs_bmapi_convert_unwritten() argument
4287 xfs_bmapi_finish( struct xfs_bmalloca *bma, int whichfork, int error) xfs_bmapi_finish() argument
4324 struct xfs_bmalloca bma = { xfs_bmapi_write() local
4515 struct xfs_bmalloca bma = { NULL }; xfs_bmapi_convert_delalloc() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c1385 * Returns 1 in bma->aeof if the file (fork) is empty as any new write will be
1390 struct xfs_bmalloca *bma, in xfs_bmap_isaeof()
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()
1494 struct xfs_mount *mp = bma in xfs_bmap_add_extent_delay_real()
1389 xfs_bmap_isaeof( struct xfs_bmalloca *bma, int whichfork) xfs_bmap_isaeof() argument
1490 xfs_bmap_add_extent_delay_real( struct xfs_bmalloca *bma, int whichfork) xfs_bmap_add_extent_delay_real() argument
4057 xfs_bmap_alloc_userdata( struct xfs_bmalloca *bma) xfs_bmap_alloc_userdata() argument
4090 xfs_bmapi_allocate( struct xfs_bmalloca *bma) xfs_bmapi_allocate() argument
4182 xfs_bmapi_convert_unwritten( struct xfs_bmalloca *bma, struct xfs_bmbt_irec *mval, xfs_filblks_t len, int flags) xfs_bmapi_convert_unwritten() argument
4282 xfs_bmapi_finish( struct xfs_bmalloca *bma, int whichfork, int error) xfs_bmapi_finish() argument
4319 struct xfs_bmalloca bma = { xfs_bmapi_write() local
4512 struct xfs_bmalloca bma = { NULL }; xfs_bmapi_convert_delalloc() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
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()
H A 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()

Completed in 11 milliseconds