Searched refs:xad_t (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_extent.h | 25 extern int extAlloc(struct inode *, s64, s64, xad_t *, boolean_t); 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 *, boolean_t); 29 extern int extRecord(struct inode *, xad_t *);
|
D | jfs_xtree.h | 39 } xad_t; /* (16) */ typedef 70 xad_t *xad; 105 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */ 130 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_extent.c | 90 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, boolean_t abnr) in extAlloc() 214 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, boolean_t abnr) in extRealloc() 356 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint() 430 int extRecord(struct inode *ip, xad_t * xp) in extRecord() 462 int extFill(struct inode *ip, xad_t * xp) in extFill()
|
D | jfs_xtree.c | 131 xad_t * xad, 160 xad_t *xad; in xtLookup() 259 xad_t *xad, *pxd; in xtLookupList() 508 xad_t *xad; in xtSearch() 793 xad_t *xad; in xtInsert() 880 (nextindex - index) * sizeof(xad_t)); in xtInsert() 940 xad_t *xad; in xtSplitUp() 971 (nextindex - skip) * sizeof(xad_t)); in xtSplitUp() 1212 xad_t *xad; in xtSplitPage() 1460 xad_t *xad; in xtSplitRoot() [all …]
|
D | inode.c | 218 xad_t xad; in jfs_get_block()
|
D | jfs_txnmgr.c | 1724 sizeof(xad_t) * xadlock->count); in xtLog() 1821 sizeof(xad_t) * xadlock->count); in xtLog() 2381 xad_t *xad; in txAllocPMap() 2440 xad_t *xad; in txFreeMap()
|
D | jfs_imap.c | 715 xad_t *xad; in diWrite() 758 xad_t *xad; in diWrite() 2511 xad_t xad; in diNewIAG()
|