Home
last modified time | relevance | path

Searched refs:xad_t (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_extent.h12 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 Djfs_xtree.h24 } 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 Djfs_extent.c70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc()
197 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint()
257 int extRecord(struct inode *ip, xad_t * xp) in extRecord()