Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_extent.h12 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 *);
H A Djfs_xtree.h24 } xad_t; /* (16) */ typedef
31 /* xad_t field construction */
40 /* xad_t field extraction */
50 xad_t *xad;
53 /* xad_t flags */
85 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */
108 xad_t * oxad, s64 nxaddr, int xtype);
H A Djfs_extent.c73 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()
H A Djfs_xtree.c122 xad_t * xad,
143 xad_t *xad; in xtLookup()
235 xad_t *xad; in xtSearch()
536 xad_t *xad; in xtInsert()
630 (nextindex - index) * sizeof(xad_t)); in xtInsert()
689 xad_t *xad; in xtSplitUp()
720 (nextindex - skip) * sizeof(xad_t)); in xtSplitUp()
958 xad_t *xad; in xtSplitPage()
1220 xad_t *xad; in xtSplitRoot()
1284 (nextindex - skip) * sizeof(xad_t)); in xtSplitRoot()
[all...]
H A Dinode.c204 xad_t xad; in jfs_get_block()
H A Djfs_txnmgr.c2433 xad_t *xad; in txAllocPMap()
2491 xad_t *xad; in txFreeMap()
H A Djfs_imap.c676 xad_t *xad; in diWrite()
719 xad_t *xad; in diWrite()
/kernel/linux/linux-6.6/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
31 /* xad_t field construction */
40 /* xad_t field extraction */
50 xad_t *xad;
53 /* xad_t flags */
85 xad_t xad[XTROOTMAXSLOT]; /* 16 * maxentry: xad array */
H A Djfs_extent.c70 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 Djfs_xtree.c132 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 *xa in xtExtend()
[all...]
H A Dinode.c204 xad_t xad; in jfs_get_block()
H A Djfs_txnmgr.c2396 xad_t *xad; in txAllocPMap()
2454 xad_t *xad; in txFreeMap()
H A Djfs_imap.c674 xad_t *xad; in diWrite()
717 xad_t *xad; in diWrite()

Completed in 20 milliseconds