Searched refs:xtExtend (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/jfs/ | 
| D | jfs_xtree.h | 96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
  | 
| D | jfs_extent.c | 146 		rc = xtExtend(0, ip, xoff, (int) nxlen, 0);  in extAlloc() 287 		if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) {  in extRealloc()
  | 
| D | jfs_xtree.c | 1347 int xtExtend(tid_t tid,		/* transaction id */  in xtExtend()  function
  |