Searched refs:uint (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bit.h59 extern int xfs_count_bits(uint *map, uint size, uint start_bit);
62 extern int xfs_contig_bits(uint *map, uint size, uint start_bit);
65 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
H A Dxfs_extfree_item.h37 uint efi_nextents; /* # extents to free */
50 uint efd_nextents; /* # of extents freed */
78 uint efi_flags; /* misc flags */
79 uint efi_next_extent;
91 uint efd_next_extent;
103 xfs_efi_log_item_t *xfs_efi_init(struct xfs_mount *, uint);
105 uint);
H A Dxfs_bit.c179 xfs_count_bits(uint *map, uint size, uint start_bit)
227 xfs_contig_bits(uint *map, uint size, uint start_bit)
229 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT);
230 uint result = 0;
231 uint tmp;
266 int xfs_next_bit(uint *ma
[all...]
H A Dxfs_imap.h27 uint im_len; /* length in BBs of inode chunk */
37 xfs_imap_t *, uint);
H A Dxfs_mount.h22 uint tr_write; /* extent alloc trans */
23 uint tr_itruncate; /* truncate trans */
24 uint tr_rename; /* rename trans */
25 uint tr_link; /* link trans */
26 uint tr_remove; /* unlink trans */
27 uint tr_symlink; /* symlink trans */
28 uint tr_create; /* create trans */
29 uint tr_mkdir; /* mkdir trans */
30 uint tr_ifree; /* inode free trans */
31 uint tr_ichang
[all...]
H A Dxfs_buf_item.h130 uint bc_len;
137 void xfs_buf_item_log(xfs_buf_log_item_t *, uint, uint);
138 uint xfs_buf_item_dirty(xfs_buf_log_item_t *);
149 uint first,
150 uint last);
H A Dxfs_log.h23 #define CYCLE_LSN(lsn) ((uint)((lsn)>>32))
24 #define BLOCK_LSN(lsn) ((uint)(lsn))
26 #define CYCLE_LSN_DISK(lsn) (((uint *)&(lsn))[0])
125 uint i_type; /* type of region */
147 uint flags);
150 uint flags,
171 uint flags,
172 uint t_type);
H A Dxfs_dir2_sf.h40 (XFS_DINODE_MAX_SIZE - (uint)sizeof(xfs_dinode_core_t) - \
41 (uint)sizeof(xfs_agino_t))
96 return ((uint)sizeof(xfs_dir2_sf_hdr_t) - \
98 ((uint)sizeof(xfs_dir2_ino8_t) - (uint)sizeof(xfs_dir2_ino4_t)));
148 return ((uint)sizeof(xfs_dir2_sf_entry_t) - 1 + (len) - \
150 ((uint)sizeof(xfs_dir2_ino8_t) - (uint)sizeof(xfs_dir2_ino4_t)));
158 return ((uint)sizeof(xfs_dir2_sf_entry_t) - 1 + (sfep)->namelen - \
160 ((uint)sizeo
[all...]
H A Dxfs_log_priv.h70 INT_SET(((uint *)&(lsn))[0], ARCH_CONVERT, (cycle)); \
71 INT_SET(((uint *)&(lsn))[1], ARCH_CONVERT, (block)); \
79 (INT_GET(*(uint *)(ptr), arch) == XLOG_HEADER_MAGIC_NUM ? \
80 INT_GET(*((uint *)(ptr)+1), arch) : \
81 INT_GET(*(uint *)(ptr), arch) \
280 uint r_len; /* region length :4 */
281 uint r_type; /* region's transaction type :4 */
295 uint t_trans_type; /* transaction type : 4 */
298 uint t_res_num; /* num in array : 4 */
299 uint t_res_num_ophdr
[all...]
H A Dxfs_extfree_item.c60 STATIC uint
77 uint size;
174 STATIC uint
247 .iop_size = (uint(*)(xfs_log_item_t*))xfs_efi_item_size,
254 .iop_trylock = (uint(*)(xfs_log_item_t*))xfs_efi_item_trylock,
271 uint nextents)
275 uint size;
279 size = (uint)(sizeof(xfs_efi_log_item_t) +
309 uint nextents)
380 STATIC uint
[all...]
H A Dxfs_inode.h56 #define XFS_LINEAR_EXTS (XFS_IEXT_BUFSZ / (uint)sizeof(xfs_bmbt_rec_t))
180 uint ih_version;
183 #define XFS_IHASH(mp,ino) ((mp)->m_ihash + (((uint)(ino)) % (mp)->m_ihsize))
204 #define XFS_CHASH(mp,blk) ((mp)->m_chash + (((uint)blk) % (mp)->m_chsize))
405 uint, uint, xfs_inode_t **, xfs_daddr_t);
406 void xfs_iput(xfs_inode_t *, uint);
407 void xfs_iput_new(xfs_inode_t *, uint);
408 void xfs_ilock(xfs_inode_t *, uint);
409 int xfs_ilock_nowait(xfs_inode_t *, uint);
[all...]
H A Dxfs_refcache.h38 extern void xfs_refcache_iunlock(struct xfs_inode *, uint);
H A Dxfs_trans_extfree.c39 uint nextents)
69 uint next_extent;
96 uint nextents)
126 uint next_extent;
H A Dxfs_buf_item.c49 uint first,
50 uint last)
52 uint x;
53 uint byte;
54 uint nbytes;
55 uint chunk_num;
56 uint word_num;
57 uint bit_num;
58 uint bit_set;
59 uint *word
[all...]
H A Dxfs_trans.c51 STATIC uint xfs_trans_count_vecs(xfs_trans_t *);
53 STATIC void xfs_trans_uncommit(xfs_trans_t *, uint);
66 STATIC uint
72 STATIC uint
78 STATIC uint
84 STATIC uint
90 STATIC uint
96 STATIC uint
102 STATIC uint
108 STATIC uint
[all...]
H A Dxfs_dir_leaf.h108 (512 - (uint)sizeof(xfs_dir_leaf_hdr_t) - \
109 (uint)sizeof(xfs_dir_leaf_entry_t) * 2 - \
110 (uint)sizeof(xfs_dir_leaf_name_t) * 2 - (MAXNAMELEN - 2) + 1 + 1)
148 return (uint)sizeof(xfs_dir_leaf_name_t)-1 + len;
155 return (uint)sizeof(xfs_dir_leaf_name_t)-1 + (entry)->namelen;
219 uint xfs_dir_leaf_lasthash(struct xfs_dabuf *bp, int *count);
H A Dxfs_dir_sf.h82 return (uint)sizeof(xfs_dir_sf_entry_t)-1 + (len);
88 return (uint)sizeof(xfs_dir_sf_entry_t)-1 + (sfep)->namelen;
102 return ((uint)sizeof(xfs_dir_sf_hdr_t) + \
103 ((uint)sizeof(xfs_dir_sf_entry_t)-1)*(count) + (totallen));
/freebsd-9.3-release/bin/setfacl/
H A Dsetfacl.h46 uint op;
48 uint entry_number;
64 int add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, const char *filename);
67 int remove_by_number(uint entry_number, acl_t *prev_acl, const char *filename);
77 uint have_mask;
78 uint need_mask;
79 uint have_stdin;
80 uint n_flag;
/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.h54 uint total_len; /* Total xfer len for this ATIO */
55 uint init_req; /* Transfer count requested to/from init */
56 uint init_ack; /* Data transferred ok to/from init */
57 uint targ_req; /* Transfer count requested to/from target */
58 uint targ_ack; /* Data transferred ok to/from target */
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dtypes.h49 typedef unsigned int uint; typedef
/freebsd-9.3-release/sys/ia64/include/
H A Datomic.h88 static __inline uint##width##_t \
89 ia64_ld_acq_##width(volatile uint##width##_t* p) \
91 uint##width##_t v; \
97 static __inline uint##width##_t \
98 atomic_load_acq_##width(volatile uint##width##_t* p) \
100 uint##width##_t v; \
106 static __inline uint##width##_t \
107 atomic_load_acq_##type(volatile uint##width##_t* p) \
109 uint##width##_t v; \
116 ia64_st_rel_##width(volatile uint##widt
[all...]
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_stats.c47 static uint npages, pagesize, spp;
109 uint pages;
110 uint pagesize;
111 uint perpage;
114 uint u, v;
/freebsd-9.3-release/contrib/ofed/include/infiniband/
H A Dtypes.h61 typedef unsigned int uint; typedef
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.h53 uint matchcnt;
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddosfs.h120 uint flags; /* attributes */
123 uint fsckflags; /* flags during fsck */

Completed in 305 milliseconds

12345