Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c219 s64 ntail, nextend, ninsert; in extRealloc() local
281 ntail = nbperpage; in extRealloc()
282 nextend = ntail - xlen; in extRealloc()
287 ntail = nxlen; in extRealloc()
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
325 xaddr = nxaddr + ntail; in extRealloc()
326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
330 nxlen = ntail; in extRealloc()
/linux-4.19.296/include/linux/
Dskbuff.h1054 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);