Searched refs:xad_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_extent.h | 25 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool); 26 extern int extFill(struct inode *, xad_t *); 27 extern int extHint(struct inode *, s64, xad_t *); 28 extern int extRealloc(struct inode *, s64, xad_t *, bool); 29 extern int extRecord(struct inode *, xad_t *);
|
D | jfs_xtree.h | 37 } xad_t; /* (16) */ typedef 63 xad_t *xad; 98 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */ 121 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_extent.c | 86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() 215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() 364 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint() 424 int extRecord(struct inode *ip, xad_t * xp) in extRecord() 456 int extFill(struct inode *ip, xad_t * xp) in extFill()
|
D | jfs_xtree.c | 135 xad_t * xad, 156 xad_t *xad; in xtLookup() 248 xad_t *xad; in xtSearch() 549 xad_t *xad; in xtInsert() 643 (nextindex - index) * sizeof(xad_t)); in xtInsert() 702 xad_t *xad; in xtSplitUp() 733 (nextindex - skip) * sizeof(xad_t)); in xtSplitUp() 971 xad_t *xad; in xtSplitPage() 1233 xad_t *xad; in xtSplitRoot() 1297 (nextindex - skip) * sizeof(xad_t)); in xtSplitRoot() [all …]
|
D | inode.c | 203 xad_t xad; in jfs_get_block()
|
D | jfs_txnmgr.c | 2442 xad_t *xad; in txAllocPMap() 2500 xad_t *xad; in txFreeMap()
|
D | jfs_imap.c | 688 xad_t *xad; in diWrite() 731 xad_t *xad; in diWrite()
|