/fs/reiserfs/ |
D | hashes.c | 32 u32 sum = 0; \ 34 u32 b0, b1; \ 50 u32 keyed_hash(const signed char *msg, int len) in keyed_hash() 52 u32 k[] = { 0x9464a485, 0x542e1a94, 0x3e846bff, 0xb75bcfc3 }; in keyed_hash() 54 u32 h0 = k[0], h1 = k[1]; in keyed_hash() 55 u32 a, b, c, d; in keyed_hash() 56 u32 pad; in keyed_hash() 61 pad = (u32) len | ((u32) len << 8); in keyed_hash() 65 a = (u32) msg[0] | in keyed_hash() 66 (u32) msg[1] << 8 | (u32) msg[2] << 16 | (u32) msg[3] << 24; in keyed_hash() [all …]
|
/fs/nfsd/ |
D | xdr4.h | 62 u32 minorversion; 67 u32 sid_flags; 76 u32 atomic; 78 u32 before_ctime_sec; 79 u32 before_ctime_nsec; 81 u32 after_ctime_sec; 82 u32 after_ctime_nsec; 87 u32 ac_req_access; /* request */ 88 u32 ac_supported; /* response */ 89 u32 ac_resp_access; /* response */ [all …]
|
D | state.h | 44 u32 cl_boot; 45 u32 cl_id; 50 u32 so_id; 54 u32 si_generation; 69 u32 cb_minorversion; 96 u32 dl_type; 110 u32 cb_prog; /* used only in 4.0 case; 112 u32 cb_ident; /* minorversion 0 only */ 133 u32 sl_seqid; 135 u32 sl_datalen; [all …]
|
D | nfsxdr.c | 16 static u32 nfs_ftypes[] = { 91 u32 tmp, tmp1; in decode_sattr() 99 if ((tmp = ntohl(*p++)) != (u32)-1 && tmp != 0xffff) { in decode_sattr() 103 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr() 108 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr() 113 if ((tmp = ntohl(*p++)) != (u32)-1) { in decode_sattr() 118 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 124 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 150 u32 f; in encode_fattr() 155 *p++ = htonl((u32) stat->mode); in encode_fattr() [all …]
|
/fs/ubifs/ |
D | key.h | 99 key->u32[0] = inum; in ino_key_init() 100 key->u32[1] = UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS; in ino_key_init() 128 key->u32[0] = inum; in lowest_ino_key() 129 key->u32[1] = 0; in lowest_ino_key() 141 key->u32[0] = inum; in highest_ino_key() 142 key->u32[1] = 0xffffffff; in highest_ino_key() 159 key->u32[0] = inum; in dent_key_init() 160 key->u32[1] = hash | (UBIFS_DENT_KEY << UBIFS_S_KEY_HASH_BITS); in dent_key_init() 176 key->u32[0] = inum; in dent_key_init_hash() 177 key->u32[1] = hash | (UBIFS_DENT_KEY << UBIFS_S_KEY_HASH_BITS); in dent_key_init_hash() [all …]
|
/fs/hfsplus/ |
D | hfsplus_fs.h | 77 u32 cnid; 78 u32 root; 79 u32 leaf_count; 80 u32 leaf_head; 81 u32 leaf_tail; 82 u32 node_count; 83 u32 free_nodes; 84 u32 attributes; 105 u32 prev; 106 u32 this; [all …]
|
/fs/ocfs2/ |
D | refcounttree.h | 23 u32 rf_generation; 45 handle_t *handle, u32 cpos, u32 len, 52 u32 clusters, 57 u32 cpos, u32 write_len, u32 max_cpos); 85 u32 cpos, u32 write_len, 89 u32 cpos, u32 old_cluster, 90 u32 new_cluster, u32 new_len); 93 u32 cpos, u32 old_cluster, 94 u32 new_cluster, u32 new_len); 97 u32 cpos, u32 num_clusters); [all …]
|
D | suballoc.h | 32 u32, /* bits_wanted */ 33 u32, /* min_bits */ 41 u32 ac_alloc_slot; /* which slot are we allocating from? */ 42 u32 ac_bits_wanted; 43 u32 ac_bits_given; 48 u32 ac_which; 86 u32 bits_wanted, 91 u32 bits_wanted, 94 u32 *num_bits, 105 u32 min_clusters, [all …]
|
D | alloc.h | 98 u32 cpos, 100 u32 new_clusters, 111 u32 *logical_offset, 112 u32 clusters_to_add, 128 handle_t *handle, u32 cpos, u32 len, u32 phys, 133 u32 cpos, u32 len, u32 phys, 138 u32 cpos, u32 len, 143 u32 cpos, u32 phys_cpos, u32 len, int flags, 238 struct ocfs2_extent_list *root_el, u32 cpos, 240 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); [all …]
|
D | ocfs2.h | 153 u32 ls_gets; /* Num acquires */ 154 u32 ls_fail; /* Num failed acquires */ 157 u32 ls_max; /* Max wait in USEC */ 197 u32 l_lock_refresh; /* Disk refreshes */ 216 u32 os_count; /* tracks node specific scans */ 217 u32 os_seqno; /* tracks cluster wide scans */ 301 u32 *slot_recovery_generations; 308 u32 bitmap_cpg; 311 u32 uuid_hash; 314 u32 fs_generation; [all …]
|
D | extent_map.h | 48 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, 49 u32 *num_clusters, unsigned int *extent_flags); 58 int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, 59 u32 *p_cluster, u32 *num_clusters, 70 u32 v_cluster, 71 u32 *num_clusters);
|
/fs/gfs2/ |
D | incore.h | 42 u32 lh_flags; /* GFS2_LOG_HEAD_... */ 43 u32 lh_tail; /* Block number of log tail */ 44 u32 lh_blkno; 45 u32 lh_hash; 71 u32 bi_offset; 72 u32 bi_start; 73 u32 bi_len; 81 u32 rd_length; /* length of rgrp header in fs blocks */ 82 u32 rd_data; /* num of data blocks in rgrp */ 83 u32 rd_bitbytes; /* number of bytes in data bitmaps */ [all …]
|
/fs/affs/ |
D | affs.h | 32 #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 …]
|
D | file.c | 21 static int affs_grow_extcache(struct inode *inode, u32 lc_idx); 22 static struct buffer_head *affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext… 23 static inline struct buffer_head *affs_get_extblock(struct inode *inode, u32 ext); 24 static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext); 72 affs_grow_extcache(struct inode *inode, u32 lc_idx) in affs_grow_extcache() 76 u32 lc_max; in affs_grow_extcache() 83 AFFS_I(inode)->i_lc = (u32 *)ptr; in affs_grow_extcache() 90 u32 lc_shift, lc_mask, tmp, off; in affs_grow_extcache() 142 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock() 146 u32 blocknr, tmp; in affs_alloc_extblock() [all …]
|
/fs/hfs/ |
D | btree.h | 21 u32 cnid; 22 u32 root; 23 u32 leaf_count; 24 u32 leaf_head; 25 u32 leaf_tail; 26 u32 node_count; 27 u32 free_nodes; 28 u32 attributes; 48 u32 prev; 49 u32 this; [all …]
|
D | hfs_fs.h | 114 u32 file_count; /* The number of 117 u32 folder_count; /* The number of 120 u32 next_id; /* The next available 122 u32 clumpablks; /* The number of allocation 125 u32 fs_start; /* The first 512-byte 128 u32 part_start; 143 u32 alloc_blksz; /* The size of an 173 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *); 179 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *); 180 extern int hfs_cat_create(u32, struct inode *, struct qstr *, struct inode *); [all …]
|
/fs/nfs/ |
D | nfs4filelayout.h | 79 u32 stripe_count; 81 u32 ds_num; 87 u32 stripe_type; 88 u32 commit_through_mds; 89 u32 stripe_unit; 90 u32 first_stripe_index; 125 u32 *p = (u32 *)&node->deviceid; in filelayout_mark_devid_invalid() 143 nfs4_fl_select_ds_fh(struct pnfs_layout_segment *lseg, u32 j); 146 u32 nfs4_fl_calc_j_index(struct pnfs_layout_segment *lseg, loff_t offset); 147 u32 nfs4_fl_calc_ds_index(struct pnfs_layout_segment *lseg, u32 j); [all …]
|
D | nfs4session.h | 13 #define NFS4_NO_SLOT ((u32)-1) 22 u32 slot_nr; 23 u32 seq_nr; 39 u32 max_slots; /* # slots in table */ 40 u32 max_slotid; /* Max allowed slotid value */ 41 u32 highest_used_slotid; /* sent to server on each SEQ. 43 u32 target_highest_slotid; /* Server max_slot target */ 44 u32 server_highest_slotid; /* Server highest slotid */ 58 u32 flags; 60 u32 hash_alg; [all …]
|
/fs/afs/ |
D | afs.h | 93 typedef u32 afs_access_t; 121 u32 author; /* author ID */ 154 u32 vid; /* volume ID */ 155 u32 parent_id; /* parent volume ID */ 160 u32 type; /* volume type (afs_voltype_t) */ 161 u32 min_quota; /* minimum space set aside (blocks) */ 162 u32 max_quota; /* maximum space this volume may occupy (blocks) */ 163 u32 blocks_in_use; /* space this volume currently occupies (blocks) */ 164 u32 part_blocks_avail; /* space available in volume's partition */ 165 u32 part_max_blocks; /* size of volume's partition */
|
/fs/befs/ |
D | befs.h | 32 u32 magic1; 33 u32 block_size; 34 u32 block_shift; 38 u32 inode_size; 39 u32 magic2; 42 u32 blocks_per_ag; 43 u32 ag_shift; 44 u32 num_ags; 53 u32 magic3; 61 u32 i_flags; [all …]
|
/fs/ntfs/ |
D | ntfs.h | 103 extern int post_read_mst_fixup(NTFS_RECORD *b, const u32 size); 104 extern int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size); 111 const ntfschar *upcase, const u32 upcase_size); 112 extern int ntfs_collate_names(const ntfschar *name1, const u32 name1_len, 113 const ntfschar *name2, const u32 name2_len, 115 const ntfschar *upcase, const u32 upcase_len); 118 const ntfschar *upcase, const u32 upcase_size); 119 extern void ntfs_upcase_name(ntfschar *name, u32 name_len, 120 const ntfschar *upcase, const u32 upcase_len); 122 const ntfschar *upcase, const u32 upcase_len); [all …]
|
/fs/ocfs2/cluster/ |
D | tcp_internal.h | 170 u32 sc_msg_key; 186 u32 sc_send_count; 187 u32 sc_recv_count; 195 u32 nh_max_len; 196 u32 nh_msg_type; 197 u32 nh_key; 228 u32 st_id; 229 u32 st_msg_type; 230 u32 st_msg_key; 238 u32 dummy;
|
D | tcp.h | 53 typedef int (o2net_msg_handler_func)(struct o2net_msg *msg, u32 len, void *data, 98 int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, 100 int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec, 103 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
|
/fs/logfs/ |
D | gc.c | 65 static int segment_is_reserved(struct super_block *sb, u32 segno) in segment_is_reserved() 87 static void logfs_mark_segment_bad(struct super_block *sb, u32 segno) in logfs_mark_segment_bad() 96 static u32 logfs_valid_bytes(struct super_block *sb, u32 segno, u32 *ec, in logfs_valid_bytes() 100 u32 ec_level; in logfs_valid_bytes() 125 static u32 logfs_gc_segment(struct super_block *sb, u32 segno) in logfs_gc_segment() 131 u32 seg_ofs, logical_segno, cleaned = 0; in logfs_gc_segment() 234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand() 237 u32 segno; in get_best_cand() 271 u32 full = super->s_segsize - LOGFS_SEGMENT_RESERVE; in __add_candidate() 298 static int add_candidate(struct super_block *sb, u32 segno, u32 valid, u32 ec, in add_candidate() [all …]
|
D | logfs.h | 118 u32 a_segno; 119 u32 a_written_bytes; 120 u32 a_used_bytes; 122 u32 a_erase_count; 191 u32 segno; 192 u32 valid; 193 u32 erase_count; 379 u32 s_generation; /* i_generation for new files */ 385 u32 s_journal_seg[LOGFS_JOURNAL_SEGS]; /* journal segments */ 386 u32 s_journal_ec[LOGFS_JOURNAL_SEGS]; /* journal erasecounts */ [all …]
|