Searched refs:xaddrp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.h | 104 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag); 112 int *xlenp, s64 * xaddrp, int flag);
|
H A D | jfs_xtree.c | 514 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert() argument 559 if ((xaddr = *xaddrp) == 0) { in xtInsert() 595 if (*xaddrp == 0) { in xtInsert() 602 *xaddrp = xaddr; in xtInsert() 639 *xaddrp = xaddr; in xtInsert() 1944 s64 * xaddrp, /* (in/out) */ in xtAppend() argument 1963 xaddr = *xaddrp; in xtAppend() 2044 dbFree(ip, *xaddrp, (s64) * xlenp); in xtAppend() 2049 *xaddrp = xaddr; in xtAppend() 2084 *xaddrp = xaddr; in xtAppend()
|