Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.c2446 int dtRelocate(tid_t tid, struct inode *ip, s64 lmxaddr, pxd_t * opxd, in dtRelocate() argument
2468 (long long)lmxaddr, (long long)oxaddr, (long long)nxaddr, in dtRelocate()
2475 rc = dtSearchNode(ip, lmxaddr, opxd, &btstack); in dtRelocate()
2643 static int dtSearchNode(struct inode *ip, s64 lmxaddr, pxd_t * kpxd, in dtSearchNode() argument
2673 if (lmxaddr == 0) in dtSearchNode()
2675 } else if (addressPXD(&p->header.self) == lmxaddr) in dtSearchNode()