Searched refs:xad_t (Results 1 – 7 of 7) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_extent.h | 12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool); 13 extern int extHint(struct inode *, s64, xad_t *); 14 extern int extRecord(struct inode *, xad_t *);
|
H A D | jfs_xtree.h | 24 } xad_t; /* (16) */ typedef 50 xad_t *xad; 86 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */ 94 xad_t xad[XTPAGEMAXSLOT]; /* 16 * maxentry: xad array */
|
H A D | jfs_extent.c | 70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() 192 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint() 252 int extRecord(struct inode *ip, xad_t * xp) in extRecord()
|
H A D | jfs_xtree.c | 132 xad_t *xad; in xtLookup() 224 xad_t *xad; in xtSearch() 525 xad_t *xad; in xtInsert() 619 (nextindex - index) * sizeof(xad_t)); in xtInsert() 678 xad_t *xad; in xtSplitUp() 709 (nextindex - skip) * sizeof(xad_t)); in xtSplitUp() 947 xad_t *xad; in xtSplitPage() 1209 xad_t *xad; in xtSplitRoot() 1273 (nextindex - skip) * sizeof(xad_t)); in xtSplitRoot() 1349 xad_t *xad; in xtExtend() [all …]
|
H A D | inode.c | 204 xad_t xad; in jfs_get_block()
|
H A D | jfs_txnmgr.c | 2396 xad_t *xad; in txAllocPMap() 2454 xad_t *xad; in txFreeMap()
|
H A D | jfs_imap.c | 677 xad_t *xad; in diWrite() 720 xad_t *xad; in diWrite()
|