Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c117 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
157 s64 next, size, xoff, xend; in xtLookup() local
204 xoff = offsetXAD(xad); in xtLookup()
206 xend = xoff + xlen; in xtLookup()
211 *paddr = xaddr + (lstart - xoff); in xtLookup()
239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
296 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
297 if (xoff >= t64) { in xtSearch()
312 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
313 if (xoff >= t64) { in xtSearch()
[all …]
Djfs_extent.c89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
104 xoff = pno << sbi->l2nbperpage; in extAlloc()
119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
176 XADoffset(xp, xoff); in extAlloc()
218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
236 xoff = offsetXAD(xp); in extRealloc()
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
[all …]
Djfs_xtree.h108 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
109 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
113 s64 xoff, int xlen, s64 xaddr, int flag);
116 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
123 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dresize.c74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
393 xoff = newPage << sbi->l2nbperpage; in jfs_extendfs()
400 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
/linux-4.19.296/include/net/
Datmclip.h26 int xoff; /* 1 if send buffer is full */ member