Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/fs/reiserfs/
Dhashes.c26 u32 sum = 0; \
28 u32 b0, b1; \
44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash()
46 u32 k[] = { 0x9464a485, 0x542e1a94, 0x3e846bff, 0xb75bcfc3 }; in keyed_hash()
48 u32 h0 = k[0], h1 = k[1]; in keyed_hash()
49 u32 a, b, c, d; in keyed_hash()
50 u32 pad; in keyed_hash()
55 pad = (u32) len | ((u32) len << 8); in keyed_hash()
59 a = (u32) msg[0] | in keyed_hash()
60 (u32) msg[1] << 8 | (u32) msg[2] << 16 | (u32) msg[3] << 24; in keyed_hash()
[all …]
/fs/nfsd/
Dxdr4.h64 u32 minorversion;
69 u32 sid_flags;
78 u32 atomic;
80 u32 before_ctime_sec;
81 u32 before_ctime_nsec;
83 u32 after_ctime_sec;
84 u32 after_ctime_nsec;
89 u32 ac_req_access; /* request */
90 u32 ac_supported; /* response */
91 u32 ac_resp_access; /* response */
[all …]
Dstate.h45 u32 cl_boot;
46 u32 cl_id;
51 u32 so_id;
55 u32 si_generation;
134 u32 dl_type;
150 u32 cb_prog; /* used only in 4.0 case;
152 u32 cb_ident; /* minorversion 0 only */
173 u32 sl_seqid;
176 u32 sl_datalen;
187 u32 headerpadsz;
[all …]
Dnfsxdr.c17 static u32 nfs_ftypes[] = {
76 u32 tmp, tmp1; in decode_sattr()
84 if ((tmp = ntohl(*p++)) != (u32)-1 && tmp != 0xffff) { in decode_sattr()
88 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr()
93 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr()
98 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr()
103 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr()
109 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr()
136 u32 f; in encode_fattr()
141 *p++ = htonl((u32) stat->mode); in encode_fattr()
[all …]
Dflexfilelayoutxdr.h22 u32 netid_len;
23 u32 addr_len;
28 u32 version;
29 u32 minor_version;
30 u32 rsize;
31 u32 wsize;
36 u32 flags;
37 u32 stats_collect_hint;
/fs/ubifs/
Dkey.h93 key->u32[0] = inum; in ino_key_init()
94 key->u32[1] = UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS; in ino_key_init()
122 key->u32[0] = inum; in lowest_ino_key()
123 key->u32[1] = 0; in lowest_ino_key()
135 key->u32[0] = inum; in highest_ino_key()
136 key->u32[1] = 0xffffffff; in highest_ino_key()
154 key->u32[0] = inum; in dent_key_init()
155 key->u32[1] = hash | (UBIFS_DENT_KEY << UBIFS_S_KEY_HASH_BITS); in dent_key_init()
171 key->u32[0] = inum; in dent_key_init_hash()
172 key->u32[1] = hash | (UBIFS_DENT_KEY << UBIFS_S_KEY_HASH_BITS); in dent_key_init_hash()
[all …]
/fs/hfsplus/
Dhfsplus_fs.h78 u32 cnid;
79 u32 root;
80 u32 leaf_count;
81 u32 leaf_head;
82 u32 leaf_tail;
83 u32 node_count;
84 u32 free_nodes;
85 u32 attributes;
106 u32 prev;
107 u32 this;
[all …]
/fs/ocfs2/
Drefcounttree.h15 u32 rf_generation;
37 handle_t *handle, u32 cpos, u32 len,
44 u32 clusters,
49 u32 cpos, u32 write_len, u32 max_cpos);
77 u32 cpos, u32 write_len,
81 u32 cpos, u32 old_cluster,
82 u32 new_cluster, u32 new_len);
85 u32 cpos, u32 old_cluster,
86 u32 new_cluster, u32 new_len);
89 u32 cpos, u32 num_clusters);
[all …]
Dsuballoc.h18 u32, /* bits_wanted */
19 u32, /* min_bits */
27 u32 ac_alloc_slot; /* which slot are we allocating from? */
28 u32 ac_bits_wanted;
29 u32 ac_bits_given;
34 u32 ac_which;
72 u32 bits_wanted,
78 u32 num_bits,
82 u32 num_bits,
93 u32 bits_wanted,
[all …]
Dalloc.h85 u32 cpos,
87 u32 new_clusters,
98 u32 *logical_offset,
99 u32 clusters_to_add,
115 handle_t *handle, u32 cpos, u32 len, u32 phys,
120 u32 cpos, u32 len, u32 phys,
125 u32 cpos, u32 len,
130 u32 cpos, u32 phys_cpos, u32 len, int flags,
226 struct ocfs2_extent_list *root_el, u32 cpos,
228 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
[all …]
Docfs2.h148 u32 ls_gets; /* Num acquires */
149 u32 ls_fail; /* Num failed acquires */
152 u32 ls_max; /* Max wait in USEC */
194 u32 l_lock_refresh; /* Disk refreshes */
219 u32 os_count; /* tracks node specific scans */
220 u32 os_seqno; /* tracks cluster wide scans */
226 u32 d_filter_secs;
305 u32 *slot_recovery_generations;
312 u32 bitmap_cpg;
314 u32 uuid_hash;
[all …]
/fs/gfs2/
Dincore.h41 u32 lh_flags; /* GFS2_LOG_HEAD_... */
42 u32 lh_tail; /* Block number of log tail */
43 u32 lh_blkno;
90 u32 bi_offset;
91 u32 bi_start;
92 u32 bi_bytes;
93 u32 bi_blocks;
101 u32 rd_length; /* length of rgrp header in fs blocks */
102 u32 rd_data; /* num of data blocks in rgrp */
103 u32 rd_bitbytes; /* number of bytes in data bitmaps */
[all …]
/fs/btrfs/tests/
Dbtrfs-tests.h33 int btrfs_test_extent_buffer_operations(u32 sectorsize, u32 nodesize);
34 int btrfs_test_free_space_cache(u32 sectorsize, u32 nodesize);
35 int btrfs_test_extent_io(u32 sectorsize, u32 nodesize);
36 int btrfs_test_inodes(u32 sectorsize, u32 nodesize);
37 int btrfs_test_qgroups(u32 sectorsize, u32 nodesize);
38 int btrfs_test_free_space_tree(u32 sectorsize, u32 nodesize);
41 struct btrfs_fs_info *btrfs_alloc_dummy_fs_info(u32 nodesize, u32 sectorsize);
/fs/nfs/
Dnfs4session.h15 #define NFS4_NO_SLOT ((u32)-1)
24 u32 slot_nr;
25 u32 seq_nr;
26 u32 seq_nr_last_acked;
27 u32 seq_nr_highest_sent;
45 u32 max_slots; /* # slots in table */
46 u32 max_slotid; /* Max allowed slotid value */
47 u32 highest_used_slotid; /* sent to server on each SEQ.
49 u32 target_highest_slotid; /* Server max_slot target */
50 u32 server_highest_slotid; /* Server highest slotid */
[all …]
Dnfs4session.c39 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
85 u32 slotid = slot->slot_nr; in nfs4_free_slot()
92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot()
105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot()
121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot()
172 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot()
179 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tbl, u32 slotid, in nfs4_slot_get_seqid()
180 u32 *seq_nr) in nfs4_slot_get_seqid()
202 u32 slotid, u32 seq_nr) in nfs4_slot_seqid_in_use()
[all …]
/fs/affs/
Daffs.h30 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2)
37 u32 ext; /* idx of the extended block */
38 u32 key; /* block number */
49 u32 i_blkcnt; /* block count */
50 u32 i_extcnt; /* extended block count */
51 u32 *i_lc; /* linear cache of extended blocks */
52 u32 i_lc_size;
53 u32 i_lc_shift;
54 u32 i_lc_mask;
56 u32 i_ext_last; /* last accessed extended block */
[all …]
/fs/hfs/
Dbtree.h22 u32 cnid;
23 u32 root;
24 u32 leaf_count;
25 u32 leaf_head;
26 u32 leaf_tail;
27 u32 node_count;
28 u32 free_nodes;
29 u32 attributes;
49 u32 prev;
50 u32 this;
[all …]
Dhfs_fs.h115 u32 file_count; /* The number of
118 u32 folder_count; /* The number of
121 u32 next_id; /* The next available
123 u32 clumpablks; /* The number of allocation
126 u32 fs_start; /* The first 512-byte
129 u32 part_start;
144 u32 alloc_blksz; /* The size of an
174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
181 extern int hfs_cat_create(u32, struct inode *, const struct qstr *, struct inode *);
[all …]
/fs/ceph/
Dmdsmap.c54 u32 n; \
64 u32 n; \
78 u32 n; in __decode_and_drop_compat_set()
79 ceph_decode_need(p, end, sizeof(u64) + sizeof(u32), bad); in __decode_and_drop_compat_set()
85 u32 len; in __decode_and_drop_compat_set()
86 ceph_decode_need(p, end, sizeof(u64) + sizeof(u32), in __decode_and_drop_compat_set()
122 u32 mdsmap_len; in ceph_mdsmap_decode()
129 ceph_decode_need(p, end, 8*sizeof(u32) + sizeof(u64), bad); in ceph_mdsmap_decode()
148 u32 namelen; in ceph_mdsmap_decode()
154 u32 num_export_targets; in ceph_mdsmap_decode()
[all …]
/fs/nfs/filelayout/
Dfilelayout.h51 u32 stripe_count;
53 u32 ds_num;
59 u32 stripe_type;
60 u32 commit_through_mds;
61 u32 stripe_unit;
62 u32 first_stripe_index;
105 nfs4_fl_select_ds_fh(struct pnfs_layout_segment *lseg, u32 j);
107 u32 nfs4_fl_calc_j_index(struct pnfs_layout_segment *lseg, loff_t offset);
108 u32 nfs4_fl_calc_ds_index(struct pnfs_layout_segment *lseg, u32 j);
110 u32 ds_idx);
/fs/befs/
Dbefs.h33 u32 magic1;
34 u32 block_size;
35 u32 block_shift;
39 u32 inode_size;
40 u32 magic2;
43 u32 blocks_per_ag;
44 u32 ag_shift;
45 u32 num_ags;
48 u32 flags;
57 u32 magic3;
[all …]
/fs/nfs/flexfilelayout/
Dflexfilelayout.h29 u32 version;
30 u32 minor_version;
31 u32 rsize;
32 u32 wsize;
39 u32 ds_versions_cnt;
77 u32 ds_count;
78 u32 efficiency;
81 u32 fh_versions_cnt;
92 u32 report_interval;
100 u32 flags;
[all …]
/fs/ntfs/
Dntfs.h89 extern int post_read_mst_fixup(NTFS_RECORD *b, const u32 size);
90 extern int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size);
97 const ntfschar *upcase, const u32 upcase_size);
98 extern int ntfs_collate_names(const ntfschar *name1, const u32 name1_len,
99 const ntfschar *name2, const u32 name2_len,
101 const ntfschar *upcase, const u32 upcase_len);
104 const ntfschar *upcase, const u32 upcase_size);
105 extern void ntfs_upcase_name(ntfschar *name, u32 name_len,
106 const ntfschar *upcase, const u32 upcase_len);
108 const ntfschar *upcase, const u32 upcase_len);
[all …]
/fs/ocfs2/cluster/
Dtcp_internal.h156 u32 sc_msg_key;
172 u32 sc_send_count;
173 u32 sc_recv_count;
181 u32 nh_max_len;
182 u32 nh_msg_type;
183 u32 nh_key;
214 u32 st_id;
215 u32 st_msg_type;
216 u32 st_msg_key;
224 u32 dummy;
Dtcp.h38 typedef int (o2net_msg_handler_func)(struct o2net_msg *msg, u32 len, void *data,
84 int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len,
86 int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec,
89 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,

12345678910>>...22