Searched refs:xad_t (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_extent.h25 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 *);
H A Djfs_xtree.h39 } xad_t; /* (16) */ typedef in typeref:struct:xad
46 /* xad_t field construction */
59 /* xad_t field extraction */
70 xad_t *xad;
73 /* xad_t flags */
105 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */
128 xad_t * oxad, s64 nxaddr, int xtype);
H A Djfs_extent.c86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr)
364 int extHint(struct inode *ip, s64 offset, xad_t * xp)
424 int extRecord(struct inode *ip, xad_t * xp)
456 int extFill(struct inode *ip, xad_t * xp)
H A Djfs_xtree.c134 xad_t * xad,
155 xad_t *xad;
247 xad_t *xad;
548 xad_t *xad;
642 (nextindex - index) * sizeof(xad_t));
701 xad_t *xad;
732 (nextindex - skip) * sizeof(xad_t));
970 xad_t *xad;
1232 xad_t *xad;
1296 (nextindex - skip) * sizeof(xad_t));
[all...]
H A Dinode.c200 xad_t xad;
H A Djfs_imap.c695 xad_t *xad;
738 xad_t *xad;
H A Djfs_txnmgr.c2430 xad_t *xad;
2488 xad_t *xad;

Completed in 72 milliseconds