Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c1209 unsigned long ptr_end; in unlink_refs_not_in_log() local
1217 ptr_end = ptr + btrfs_item_size(leaf, wc->subvol_path->slots[0]); in unlink_refs_not_in_log()
1218 while (ptr < ptr_end) { in unlink_refs_not_in_log()
1812 unsigned long ptr_end; in count_inode_refs() local
1836 ptr_end = ptr + btrfs_item_size(path->nodes[0], in count_inode_refs()
1838 while (ptr < ptr_end) { in count_inode_refs()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1502 aq->pool.ptr_end = ~0ULL; in otx2_pool_aq_init()