Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfatent.c198 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local
206 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next()
207 ent12_p[0] = nextp - 1; in fat12_ent_next()
208 ent12_p[1] = nextp; in fat12_ent_next()
215 ent12_p[0] = nextp - 1; in fat12_ent_next()
216 ent12_p[1] = nextp; in fat12_ent_next()
/linux-4.19.296/drivers/virt/
Dfsl_hypervisor.c463 #define nextp(x) (((x) + 1) & (QSIZE - 1)) macro
498 if (dbq->head != nextp(dbq->tail)) { in fsl_hv_queue_doorbell()
505 dbq->tail = nextp(dbq->tail); in fsl_hv_queue_doorbell()
638 dbq->head = nextp(dbq->head); in fsl_hv_read()
/linux-4.19.296/fs/xfs/
Dxfs_rtalloc.c226 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument
327 *nextp = next; in xfs_rtallocate_extent_block()
/linux-4.19.296/fs/jfs/
Djfs_xtree.c239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
367 if (nextp) in xtSearch()
368 *nextp = next; in xtSearch()
477 if (nextp) in xtSearch()
478 *nextp = next; in xtSearch()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c335 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local
433 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents()
436 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents()
437 ep = nextp; in xfs_bmap_check_leaf_extents()