Searched refs:xad_t (Results 1 – 7 of 7) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_extent.h | 12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool); 13 extern int extFill(struct inode *, xad_t *); 14 extern int extHint(struct inode *, s64, xad_t *); 15 extern int extRealloc(struct inode *, s64, xad_t *, bool); 16 extern int extRecord(struct inode *, xad_t *);
|
A D | jfs_xtree.h | 24 } xad_t; /* (16) */ typedef 50 xad_t *xad; 85 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */ 108 xad_t * oxad, s64 nxaddr, int xtype);
|
A D | jfs_extent.c | 73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() 202 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() 351 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint() 411 int extRecord(struct inode *ip, xad_t * xp) in extRecord() 443 int extFill(struct inode *ip, xad_t * xp) in extFill()
|
A D | jfs_xtree.c | 122 xad_t * xad, 143 xad_t *xad; in xtLookup() 235 xad_t *xad; in xtSearch() 536 xad_t *xad; in xtInsert() 689 xad_t *xad; in xtSplitUp() 958 xad_t *xad; in xtSplitPage() 1220 xad_t *xad; in xtSplitRoot() 1360 xad_t *xad; in xtExtend() 1523 xad_t *xad; in xtTailgate() 2169 xad_t *xad; in xtAppend() [all …]
|
A D | inode.c | 203 xad_t xad; in jfs_get_block()
|
A D | jfs_txnmgr.c | 2425 xad_t *xad; in txAllocPMap() 2483 xad_t *xad; in txFreeMap()
|
A D | jfs_imap.c | 673 xad_t *xad; in diWrite() 716 xad_t *xad; in diWrite()
|
Completed in 21 milliseconds