Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.h87 __uint16_t count; /* count of active leaf_entry's */
88 __uint16_t namebytes; /* num bytes of name strings stored */
89 __uint16_t firstused; /* first used byte in name area */
93 __uint16_t base; /* base of free region */
94 __uint16_t size; /* run length of free region */
99 __uint16_t nameidx; /* index into buffer of name */
Dxfs_attr_leaf.h92 __uint16_t count; /* count of active leaf_entry's */
93 __uint16_t usedbytes; /* num bytes of names/values stored */
94 __uint16_t firstused; /* first used byte in name area */
98 __uint16_t base; /* base of free region */
99 __uint16_t size; /* length of free region */
104 __uint16_t nameidx; /* index into buffer of name/value */
109 __uint16_t valuelen; /* number of bytes in value */
Dxfs_mac.h67 __uint16_t ml_catcount; /* Category count */
68 __uint16_t ml_divcount; /* Division count */
70 __uint16_t ml_list[XFS_MAC_MAX_SETS];
Dxfs_btree.h59 __uint16_t bb_level; /* 0 is a leaf */
60 __uint16_t bb_numrecs; /* current # of data records */
71 __uint16_t bb_level; /* 0 is a leaf */
72 __uint16_t bb_numrecs; /* current # of data records */
83 __uint16_t bb_level; /* 0 is a leaf */
84 __uint16_t bb_numrecs; /* current # of data records */
Dxfs_da_btree.h64 __uint16_t magic; /* validity check on block */
65 __uint16_t pad; /* unused */
82 __uint16_t count; /* count of active entries */
83 __uint16_t level; /* level above leaves (leaf == 0) */
Dxfs_quota.h53 typedef __uint16_t xfs_qwarncnt_t;
83 /*16*/ __uint16_t d_pad;
125 __uint16_t qlf_type; /* dquot log item type */
126 __uint16_t qlf_size; /* size of this item */
Dxfs_sb.h141 __uint16_t sb_versionnum; /* header version == XFS_SB_VERSION */
142 __uint16_t sb_sectsize; /* volume sector size, bytes */
143 __uint16_t sb_inodesize; /* inode size, bytes */
144 __uint16_t sb_inopblock; /* inodes per block */
169 __uint16_t sb_qflags; /* quota flags */
177 __uint16_t sb_logsectsize; /* sector size for the log, bytes */
Dxfs_types.h51 typedef unsigned short int __uint16_t; typedef
97 typedef __uint16_t xfs_prid_t; /* prid_t truncated to 16bits in XFS */
Dxfs_dinode.h66 __uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
67 __uint16_t di_mode; /* mode and type of file */
70 __uint16_t di_onlink; /* old number of links to file */
74 __uint16_t di_projid; /* owner's project id */
76 __uint16_t di_flushiter; /* incremented on flush */
88 __uint16_t di_dmstate; /* DMIG state info */
89 __uint16_t di_flags; /* random flags, XFS_DIFLAG_... */
Dxfs_dir2.h60 typedef __uint16_t xfs_dir2_data_off_t;
Dxfs_dir2_leaf.h79 __uint16_t count; /* count of entries */
80 __uint16_t stale; /* count of stale entries */
Dxfs_acl.h38 typedef __uint16_t xfs_acl_perm_t;
Dxfs_attr_sf.h49 __uint16_t totsize; /* total bytes in shortform list */
Dxfs_dir2_data.h114 __uint16_t freetag; /* XFS_DIR2_DATA_FREE_TAG */
Dxfs_inode.h130 __uint16_t da_dmstate; /* DMIG state info */
131 __uint16_t da_pad; /* DMIG extra padding */
Dxfs_bmap_btree.h47 __uint16_t bb_level; /* 0 is a leaf */
48 __uint16_t bb_numrecs; /* current # of data records */
Dxfs_mount.c434 INT_XLATE(*(__uint16_t*)(buf_ptr+first),
435 *(__uint16_t*)(mem_ptr+first),
616 mp->m_ialloc_inos = (int)MAX((__uint16_t)XFS_INODES_PER_CHUNK,
Dxfs_mount.h328 __uint16_t m_inode_cluster_size;/* min inode buf size */
Dxfs_trans.h719 MAX((__uint16_t)XFS_FSB_TO_B((mp), 1), XFS_INODE_CLUSTER_SIZE(mp)) + \
Dxfs_ialloc_btree.c1305 INT_SET(new->bb_level, ARCH_CONVERT, (__uint16_t)cur->bc_nlevels); in xfs_inobt_newroot()
1541 …INT_SET(right->bb_numrecs, ARCH_CONVERT, (__uint16_t)(INT_GET(left->bb_numrecs, ARCH_CONVERT) / 2)… in xfs_inobt_split()
Dxfs_alloc_btree.c1398 INT_SET(new->bb_level, ARCH_CONVERT, (__uint16_t)cur->bc_nlevels); in xfs_alloc_newroot()
1632 …INT_SET(right->bb_numrecs, ARCH_CONVERT, (__uint16_t)(INT_GET(left->bb_numrecs, ARCH_CONVERT) / 2)… in xfs_alloc_split()
Dxfs_log.c572 __uint16_t magic; in xfs_log_unmount_write()
573 __uint16_t pad1; in xfs_log_unmount_write()
/linux-2.4.37.9/Documentation/networking/
Difenslave.c169 typedef __uint16_t u16; /* ditto */
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c1062 __uint16_t di_flags) in xfs_di2lxflags()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c546 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags & in xfs_qm_scall_getqstat()

12