Home
last modified time | relevance | path

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

/fs/erofs/
Dpcpubuf.c65 void *ptr, *old_ptr; in erofs_pcpubuf_growsize() local
88 old_ptr = pcb->ptr; in erofs_pcpubuf_growsize()
97 DBG_BUGON(old_ptr); in erofs_pcpubuf_growsize()
101 if (old_ptr) in erofs_pcpubuf_growsize()
102 vunmap(old_ptr); in erofs_pcpubuf_growsize()
/fs/xfs/
Dxfs_trace.h3631 xfs_agino_t old_ptr, xfs_agino_t new_ptr),
3632 TP_ARGS(mp, agno, bucket, old_ptr, new_ptr),
3637 __field(xfs_agino_t, old_ptr)
3644 __entry->old_ptr = old_ptr;
3651 __entry->old_ptr,
3657 xfs_agino_t old_ptr, xfs_agino_t new_ptr),
3658 TP_ARGS(mp, agno, agino, old_ptr, new_ptr),
3663 __field(xfs_agino_t, old_ptr)
3670 __entry->old_ptr = old_ptr;
3677 __entry->old_ptr,
Dxfs_log_recover.c2056 char *ptr, *old_ptr; in xlog_recover_add_to_cont_trans() local
2081 old_ptr = item->ri_buf[item->ri_cnt-1].i_addr; in xlog_recover_add_to_cont_trans()
2084 ptr = kvrealloc(old_ptr, old_len, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()