Searched refs:__uint16_t (Results 1 – 25 of 28) sorted by relevance
12
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.h | 87 __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 */
|
D | xfs_attr_leaf.h | 92 __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 */
|
D | xfs_mac.h | 67 __uint16_t ml_catcount; /* Category count */ 68 __uint16_t ml_divcount; /* Division count */ 70 __uint16_t ml_list[XFS_MAC_MAX_SETS];
|
D | xfs_btree.h | 59 __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 */
|
D | xfs_da_btree.h | 64 __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) */
|
D | xfs_quota.h | 53 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 */
|
D | xfs_sb.h | 141 __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 */
|
D | xfs_types.h | 51 typedef unsigned short int __uint16_t; typedef 97 typedef __uint16_t xfs_prid_t; /* prid_t truncated to 16bits in XFS */
|
D | xfs_dinode.h | 66 __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_... */
|
D | xfs_dir2.h | 60 typedef __uint16_t xfs_dir2_data_off_t;
|
D | xfs_dir2_leaf.h | 79 __uint16_t count; /* count of entries */ 80 __uint16_t stale; /* count of stale entries */
|
D | xfs_acl.h | 38 typedef __uint16_t xfs_acl_perm_t;
|
D | xfs_attr_sf.h | 49 __uint16_t totsize; /* total bytes in shortform list */
|
D | xfs_dir2_data.h | 114 __uint16_t freetag; /* XFS_DIR2_DATA_FREE_TAG */
|
D | xfs_inode.h | 130 __uint16_t da_dmstate; /* DMIG state info */ 131 __uint16_t da_pad; /* DMIG extra padding */
|
D | xfs_bmap_btree.h | 47 __uint16_t bb_level; /* 0 is a leaf */ 48 __uint16_t bb_numrecs; /* current # of data records */
|
D | xfs_mount.c | 434 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,
|
D | xfs_mount.h | 328 __uint16_t m_inode_cluster_size;/* min inode buf size */
|
D | xfs_trans.h | 719 MAX((__uint16_t)XFS_FSB_TO_B((mp), 1), XFS_INODE_CLUSTER_SIZE(mp)) + \
|
D | xfs_ialloc_btree.c | 1305 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()
|
D | xfs_alloc_btree.c | 1398 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()
|
D | xfs_log.c | 572 __uint16_t magic; in xfs_log_unmount_write() 573 __uint16_t pad1; in xfs_log_unmount_write()
|
/linux-2.4.37.9/Documentation/networking/ |
D | ifenslave.c | 169 typedef __uint16_t u16; /* ditto */
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_ioctl.c | 1062 __uint16_t di_flags) in xfs_di2lxflags()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 546 out->qs_flags = (__uint16_t) xfs_qm_export_flags(mp->m_qflags & in xfs_qm_scall_getqstat()
|
12