Home
last modified time | relevance | path

Searched refs:pxd_t (Results 1 – 7 of 7) sorted by relevance

/linux/fs/jfs/
H A Djfs_superblock.h51 pxd_t s_ait2; /* 8: first extent of secondary
55 pxd_t s_aim2; /* 8: first extent of secondary
60 pxd_t s_logpxd; /* 8: inline log extent */
62 pxd_t s_fsckpxd; /* 8: inline fsck work space extent */
88 pxd_t s_xfsckpxd; /* 8: extendfs fsckpxd */
89 pxd_t s_xlogpxd; /* 8: extendfs logpxd */
H A Djfs_types.h55 } pxd_t; typedef
59 static inline void PXDlength(pxd_t *pxd, __u32 len) in PXDlength()
65 static inline void PXDaddress(pxd_t *pxd, __u64 addr) in PXDaddress()
73 static inline __u32 lengthPXD(pxd_t *pxd) in lengthPXD()
78 static inline __u64 addressPXD(pxd_t *pxd) in addressPXD()
89 pxd_t pxd[MAXTREEHEIGHT];
100 pxd_t loc; /* 8: address and length in unit of fsblksize */
H A Djfs_incore.h32 pxd_t ixpxd; /* inode extent descriptor */
175 pxd_t logpxd; /* pxd describing log */
176 pxd_t fsckpxd; /* pxd describing fsck wkspc */
177 pxd_t ait2; /* pxd describing AIT copy */
H A Djfs_xtree.h23 pxd_t loc; /* 8: length and address in unit of fsblksize */
78 pxd_t self; /* 8: self */
H A Djfs_txnmgr.h54 pxd_t ixpxd; /* pxd of inode extent for created inode */
215 pxd_t pxd; /* 8: */
H A Djfs_dinode.h34 pxd_t di_ixpxd; /* 8: inode extent descriptor */
H A Djfs_imap.h76 pxd_t inoext[EXTSPERIAG]; /* 1024: inode extent addresses */