Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_log_format.h268 __uint16_t ilf_type; /* inode log item type */
269 __uint16_t ilf_size; /* size of this item */
271 __uint16_t ilf_asize; /* size of attr d/ext/root */
272 __uint16_t ilf_dsize; /* size of data/ext/root */
290 __uint16_t ilf_type; /* inode log item type */
291 __uint16_t ilf_size; /* size of this item */
293 __uint16_t ilf_asize; /* size of attr d/ext/root */
294 __uint16_t ilf_dsize; /* size of data/ext/root */
380 __uint16_t di_magic; /* inode magic # = XFS_DINODE_MAGIC */
381 __uint16_t di_mode; /* mode and type of file */
[all …]
Dxfs_da_format.h116 __uint16_t magic;
117 __uint16_t count;
118 __uint16_t level;
190 typedef __uint16_t xfs_dir2_data_off_t;
452 __uint16_t magic;
453 __uint16_t count;
454 __uint16_t stale;
730 __uint16_t magic;
731 __uint16_t count;
732 __uint16_t usedbytes;
[all …]
Dxfs_inode_buf.h33 __uint16_t di_flushiter; /* incremented on flush */
36 __uint16_t di_projid_lo; /* lower part of owner's project id */
37 __uint16_t di_projid_hi; /* higher part of owner's project id */
46 __uint16_t di_dmstate; /* DMIG state info */
47 __uint16_t di_flags; /* random flags, XFS_DIFLAG_... */
Dxfs_format.h121 __uint16_t sb_versionnum; /* header version == XFS_SB_VERSION */
122 __uint16_t sb_sectsize; /* volume sector size, bytes */
123 __uint16_t sb_inodesize; /* inode size, bytes */
124 __uint16_t sb_inopblock; /* inodes per block */
149 __uint16_t sb_qflags; /* quota flags */
157 __uint16_t sb_logsectsize; /* sector size for the log, bytes */
1281 #define XFS_INOBT_HOLEMASK_BITS (NBBY * sizeof(__uint16_t))
1283 (XFS_INODES_PER_CHUNK / (NBBY * sizeof(__uint16_t)))
1317 __uint16_t ir_holemask; /* hole mask for sparse chunks */
Dxfs_quota_defs.h31 typedef __uint16_t xfs_qwarncnt_t;
Dxfs_dir2_leaf.c148 __uint16_t magic) in xfs_dir3_leaf_verify()
157 __uint16_t magic3; in xfs_dir3_leaf_verify()
181 __uint16_t magic) in __read_verify()
198 __uint16_t magic) in __write_verify()
302 __uint16_t type) in xfs_dir3_leaf_init()
346 __uint16_t magic) in xfs_dir3_leaf_get_buf()
Dxfs_dir2_priv.h73 struct xfs_buf **bpp, __uint16_t magic);
Dxfs_sb.c451 __uint16_t qflags = from->sb_qflags; in xfs_sb_quota_to_disk()
759 mp->m_ialloc_inos = (int)MAX((__uint16_t)XFS_INODES_PER_CHUNK, in xfs_sb_mount_common()
Dxfs_btree.h471 __uint16_t numrecs) in xfs_btree_set_numrecs()
Dxfs_ialloc.c143 __uint16_t holemask, in xfs_inobt_insert_rec()
/fs/xfs/
Dxfs_inode.h196 ip->i_d.di_projid_hi = (__uint16_t) (projid >> 16); in xfs_set_projid()
197 ip->i_d.di_projid_lo = (__uint16_t) (projid & 0xffff); in xfs_set_projid()
Dxfs_linux.h29 typedef unsigned short int __uint16_t; typedef
Dxfs_attr_list.c289 __uint16_t magic; in xfs_attr_node_list()
Dxfs_ioctl.c876 __uint16_t di_flags) in xfs_di2lxflags()
1301 if (fa->fsx_projid > (__uint16_t)-1 && in xfs_ioctl_setattr_check_projid()
Dxfs_log_recover.c2260 __uint16_t magic16; in xlog_recover_get_buf_lsn()
2261 __uint16_t magicda; in xlog_recover_get_buf_lsn()
2411 __uint16_t magic16; in xlog_recover_validate_buf_type()
2412 __uint16_t magicda; in xlog_recover_validate_buf_type()
Dxfs_log.c861 __uint16_t magic; in xfs_log_unmount_write()
862 __uint16_t pad1; in xfs_log_unmount_write()
Dxfs_inode.c639 __uint16_t di_flags, in _xfs_dic2xflags()