Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 25 of 76) sorted by relevance

1234

/fs/xfs/libxfs/
Dxfs_dir2_data.c22 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
40 xfs_dir2_data_hdr_t *hdr; /* data block header */ in __xfs_dir3_data_check() local
73 hdr = bp->b_addr; in __xfs_dir3_data_check()
74 p = (char *)ops->data_entry_p(hdr); in __xfs_dir3_data_check()
76 switch (hdr->magic) { in __xfs_dir3_data_check()
79 btp = xfs_dir2_block_tail_p(geo, hdr); in __xfs_dir3_data_check()
99 endp = xfs_dir3_data_endp(geo, hdr); in __xfs_dir3_data_check()
106 bf = ops->data_bestfree_p(hdr); in __xfs_dir3_data_check()
146 (char *)dup - (char *)hdr) in __xfs_dir3_data_check()
148 fa = xfs_dir2_data_freefind_verify(hdr, bf, dup, &dfp); in __xfs_dir3_data_check()
[all …]
Dxfs_da_format.c22 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() argument
28 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */ in xfs_dir2_sf_entsize()
34 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_entsize() argument
37 return xfs_dir2_sf_entsize(hdr, len) + sizeof(uint8_t); in xfs_dir3_sf_entsize()
42 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() argument
46 ((char *)sfep + xfs_dir2_sf_entsize(hdr, sfep->namelen)); in xfs_dir2_sf_nextentry()
51 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_nextentry() argument
55 ((char *)sfep + xfs_dir3_sf_entsize(hdr, sfep->namelen)); in xfs_dir3_sf_nextentry()
111 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() argument
114 if (hdr->i8count) in xfs_dir2_sf_get_ino()
[all …]
Dxfs_dir2_block.c160 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_need_space() argument
175 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_need_space()
186 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_block_need_space()
198 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
222 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
234 ((char *)hdr + be16_to_cpu(bf[0].offset)); in xfs_dir2_block_need_space()
253 ((char *)hdr + be16_to_cpu(bf[1].offset)); in xfs_dir2_block_need_space()
273 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_compact() argument
305 (xfs_dir2_data_aoff_t)((char *)blp - (char *)hdr), in xfs_dir2_block_compact()
314 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
[all …]
Dxfs_dir2.h33 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len);
35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr,
40 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr,
42 void (*sf_put_ino)(struct xfs_dir2_sf_hdr *hdr,
45 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr);
46 void (*sf_put_parent_ino)(struct xfs_dir2_sf_hdr *hdr,
55 (*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr);
63 (*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr);
65 (*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr);
67 (*data_first_entry_p)(struct xfs_dir2_data_hdr *hdr);
[all …]
Dxfs_dir2_leaf.c81 struct xfs_dir3_icleaf_hdr *hdr, in xfs_dir3_leaf_check_int() argument
98 if (!hdr) { in xfs_dir3_leaf_check_int()
100 hdr = &leafhdr; in xfs_dir3_leaf_check_int()
111 if (hdr->count > ops->leaf_max_ents(geo)) in xfs_dir3_leaf_check_int()
115 if ((hdr->magic == XFS_DIR2_LEAF1_MAGIC || in xfs_dir3_leaf_check_int()
116 hdr->magic == XFS_DIR3_LEAF1_MAGIC) && in xfs_dir3_leaf_check_int()
117 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()
121 for (i = stale = 0; i < hdr->count; i++) { in xfs_dir3_leaf_check_int()
122 if (i + 1 < hdr->count) { in xfs_dir3_leaf_check_int()
130 if (hdr->stale != stale) in xfs_dir3_leaf_check_int()
[all …]
Dxfs_da_format.h47 struct xfs_da_blkinfo hdr; member
87 struct xfs_da_node_hdr hdr; member
92 struct xfs_da3_node_hdr hdr; member
254 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry() argument
257 ((char *)hdr + xfs_dir2_sf_hdr_size(hdr->i8count)); in xfs_dir2_sf_firstentry()
334 struct xfs_dir3_blk_hdr hdr; member
339 #define XFS_DIR3_DATA_CRC_OFF offsetof(struct xfs_dir3_data_hdr, hdr.crc)
464 xfs_dir2_leaf_hdr_t hdr; /* leaf header */ member
469 struct xfs_dir3_leaf_hdr hdr; /* leaf header */ member
502 xfs_dir2_free_hdr_t hdr; /* block header */ member
[all …]
Dxfs_dir2_node.c84 struct xfs_dir2_free_hdr *hdr = bp->b_addr; in xfs_dir3_free_verify() local
86 if (!xfs_verify_magic(bp, hdr->magic)) in xfs_dir3_free_verify()
180 struct xfs_dir2_free_hdr *hdr = bp->b_addr; in xfs_dir3_free_header_check() local
182 if (be32_to_cpu(hdr->firstdb) != firstdb) in xfs_dir3_free_header_check()
184 if (be32_to_cpu(hdr->nvalid) > maxbests) in xfs_dir3_free_header_check()
186 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused)) in xfs_dir3_free_header_check()
254 struct xfs_dir3_icfree_hdr hdr; in xfs_dir3_free_get_buf() local
269 memset(&hdr, 0, sizeof(hdr)); in xfs_dir3_free_get_buf()
274 hdr.magic = XFS_DIR3_FREE_MAGIC; in xfs_dir3_free_get_buf()
276 hdr3->hdr.blkno = cpu_to_be64(bp->b_bn); in xfs_dir3_free_get_buf()
[all …]
/fs/nfs/
Dnfs42xdr.c163 struct compound_hdr *hdr) in encode_allocate() argument
165 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr); in encode_allocate()
171 struct compound_hdr *hdr) in encode_copy() argument
173 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy()
188 struct compound_hdr *hdr) in encode_offload_cancel() argument
190 encode_op_hdr(xdr, OP_OFFLOAD_CANCEL, decode_offload_cancel_maxsz, hdr); in encode_offload_cancel()
196 struct compound_hdr *hdr) in encode_deallocate() argument
198 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr); in encode_deallocate()
204 struct compound_hdr *hdr) in encode_seek() argument
206 encode_op_hdr(xdr, OP_SEEK, decode_seek_maxsz, hdr); in encode_seek()
[all …]
Dpagelist.c43 struct nfs_pgio_header *hdr, in nfs_pgheader_init() argument
44 void (*release)(struct nfs_pgio_header *hdr)) in nfs_pgheader_init() argument
49 hdr->req = nfs_list_entry(mirror->pg_list.next); in nfs_pgheader_init()
50 hdr->inode = desc->pg_inode; in nfs_pgheader_init()
51 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init()
52 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init()
53 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init()
54 hdr->io_completion = desc->pg_io_completion; in nfs_pgheader_init()
55 hdr->dreq = desc->pg_dreq; in nfs_pgheader_init()
56 hdr->release = release; in nfs_pgheader_init()
[all …]
Dnfs4xdr.c73 struct compound_hdr *hdr);
1019 struct compound_hdr *hdr) in encode_compound_hdr() argument
1026 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr()
1028 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()
1029 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr()
1031 *p++ = cpu_to_be32(hdr->minorversion); in encode_compound_hdr()
1032 hdr->nops_p = p; in encode_compound_hdr()
1033 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr()
1038 struct compound_hdr *hdr) in encode_op_hdr() argument
1041 hdr->nops++; in encode_op_hdr()
[all …]
Dread.c159 static void nfs_read_completion(struct nfs_pgio_header *hdr) in nfs_read_completion() argument
164 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
166 while (!list_empty(&hdr->pages)) { in nfs_read_completion()
167 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_read_completion()
172 if (test_bit(NFS_IOHDR_EOF, &hdr->flags)) { in nfs_read_completion()
176 if (bytes > hdr->good_bytes) { in nfs_read_completion()
181 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion()
184 start += hdr->good_bytes - bytes; in nfs_read_completion()
191 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) { in nfs_read_completion()
192 if (bytes <= hdr->good_bytes) in nfs_read_completion()
[all …]
Ddirect.c117 const struct nfs_pgio_header *hdr, in nfs_direct_handle_truncated() argument
120 if (!(test_bit(NFS_IOHDR_ERROR, &hdr->flags) || in nfs_direct_handle_truncated()
121 test_bit(NFS_IOHDR_EOF, &hdr->flags))) in nfs_direct_handle_truncated()
128 if (test_bit(NFS_IOHDR_ERROR, &hdr->flags)) in nfs_direct_handle_truncated()
129 dreq->error = hdr->error; in nfs_direct_handle_truncated()
137 const struct nfs_pgio_header *hdr) in nfs_direct_count_bytes() argument
139 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes()
145 nfs_direct_handle_truncated(dreq, hdr, dreq_len); in nfs_direct_count_bytes()
193 struct nfs_pgio_header *hdr) in nfs_direct_set_hdr_verf() argument
197 verfp = nfs_direct_select_verf(dreq, hdr->ds_clp, hdr->ds_commit_idx); in nfs_direct_set_hdr_verf()
[all …]
Dpnfs.c2606 int pnfs_write_done_resend_to_mds(struct nfs_pgio_header *hdr) in pnfs_write_done_resend_to_mds() argument
2611 nfs_pageio_init_write(&pgio, hdr->inode, FLUSH_STABLE, true, in pnfs_write_done_resend_to_mds()
2612 hdr->completion_ops); in pnfs_write_done_resend_to_mds()
2613 set_bit(NFS_CONTEXT_RESEND_WRITES, &hdr->args.context->flags); in pnfs_write_done_resend_to_mds()
2614 return nfs_pageio_resend(&pgio, hdr); in pnfs_write_done_resend_to_mds()
2618 static void pnfs_ld_handle_write_error(struct nfs_pgio_header *hdr) in pnfs_ld_handle_write_error() argument
2621 dprintk("pnfs write error = %d\n", hdr->pnfs_error); in pnfs_ld_handle_write_error()
2622 if (NFS_SERVER(hdr->inode)->pnfs_curr_ld->flags & in pnfs_ld_handle_write_error()
2624 pnfs_return_layout(hdr->inode); in pnfs_ld_handle_write_error()
2626 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error()
[all …]
Dwrite.c114 static void nfs_writehdr_free(struct nfs_pgio_header *hdr) in nfs_writehdr_free() argument
116 mempool_free(hdr, nfs_wdata_mempool); in nfs_writehdr_free()
974 int nfs_write_need_commit(struct nfs_pgio_header *hdr) in nfs_write_need_commit() argument
976 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
977 return hdr->lseg == NULL; in nfs_write_need_commit()
978 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
981 static void nfs_async_write_init(struct nfs_pgio_header *hdr) in nfs_async_write_init() argument
983 nfs_io_completion_get(hdr->io_completion); in nfs_async_write_init()
986 static void nfs_write_completion(struct nfs_pgio_header *hdr) in nfs_write_completion() argument
991 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
[all …]
/fs/nfs/filelayout/
Dfilelayout.c88 static void filelayout_reset_write(struct nfs_pgio_header *hdr) in filelayout_reset_write() argument
90 struct rpc_task *task = &hdr->task; in filelayout_reset_write()
92 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_write()
95 hdr->task.tk_pid, in filelayout_reset_write()
96 hdr->inode->i_sb->s_id, in filelayout_reset_write()
97 (unsigned long long)NFS_FILEID(hdr->inode), in filelayout_reset_write()
98 hdr->args.count, in filelayout_reset_write()
99 (unsigned long long)hdr->args.offset); in filelayout_reset_write()
101 task->tk_status = pnfs_write_done_resend_to_mds(hdr); in filelayout_reset_write()
105 static void filelayout_reset_read(struct nfs_pgio_header *hdr) in filelayout_reset_read() argument
[all …]
/fs/nfs/flexfilelayout/
Dflexfilelayout.c36 struct nfs_pgio_header *hdr);
1069 static void ff_layout_reset_write(struct nfs_pgio_header *hdr, bool retry_pnfs) in ff_layout_reset_write() argument
1071 struct rpc_task *task = &hdr->task; in ff_layout_reset_write()
1073 pnfs_layoutcommit_inode(hdr->inode, false); in ff_layout_reset_write()
1078 hdr->task.tk_pid, in ff_layout_reset_write()
1079 hdr->inode->i_sb->s_id, in ff_layout_reset_write()
1080 (unsigned long long)NFS_FILEID(hdr->inode), in ff_layout_reset_write()
1081 hdr->args.count, in ff_layout_reset_write()
1082 (unsigned long long)hdr->args.offset); in ff_layout_reset_write()
1084 hdr->completion_ops->reschedule_io(hdr); in ff_layout_reset_write()
[all …]
/fs/afs/
Ddir_edit.c29 bitmap = (u64)block->hdr.bitmap[0] << 0 * 8; in afs_find_contig_bits()
30 bitmap |= (u64)block->hdr.bitmap[1] << 1 * 8; in afs_find_contig_bits()
31 bitmap |= (u64)block->hdr.bitmap[2] << 2 * 8; in afs_find_contig_bits()
32 bitmap |= (u64)block->hdr.bitmap[3] << 3 * 8; in afs_find_contig_bits()
33 bitmap |= (u64)block->hdr.bitmap[4] << 4 * 8; in afs_find_contig_bits()
34 bitmap |= (u64)block->hdr.bitmap[5] << 5 * 8; in afs_find_contig_bits()
35 bitmap |= (u64)block->hdr.bitmap[6] << 6 * 8; in afs_find_contig_bits()
36 bitmap |= (u64)block->hdr.bitmap[7] << 7 * 8; in afs_find_contig_bits()
76 block->hdr.bitmap[0] |= (u8)(mask >> 0 * 8); in afs_set_contig_bits()
77 block->hdr.bitmap[1] |= (u8)(mask >> 1 * 8); in afs_set_contig_bits()
[all …]
Dvl_list.c106 struct dns_server_list_v1_address hdr; in afs_extract_vl_addrs() local
109 hdr.address_type = *b++; in afs_extract_vl_addrs()
111 switch (hdr.address_type) { in afs_extract_vl_addrs()
134 hdr.address_type); in afs_extract_vl_addrs()
160 const struct dns_server_list_v1_header *hdr = buffer; in afs_extract_vlserver_list() local
171 if (end - b < sizeof(*hdr) || in afs_extract_vlserver_list()
172 hdr->hdr.content != DNS_PAYLOAD_IS_SERVER_LIST || in afs_extract_vlserver_list()
173 hdr->hdr.version != 1) { in afs_extract_vlserver_list()
175 hdr->hdr.content, hdr->hdr.version, end - b); in afs_extract_vlserver_list()
180 nr_servers = hdr->nr_servers; in afs_extract_vlserver_list()
[all …]
/fs/nfsd/
Dnfs4callback.c251 struct nfs4_cb_compound_hdr *hdr) in encode_cb_compound4args() argument
257 *p++ = cpu_to_be32(hdr->minorversion); in encode_cb_compound4args()
258 *p++ = cpu_to_be32(hdr->ident); in encode_cb_compound4args()
260 hdr->nops_p = p; in encode_cb_compound4args()
261 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args()
267 static void encode_cb_nops(struct nfs4_cb_compound_hdr *hdr) in encode_cb_nops() argument
269 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
270 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
283 struct nfs4_cb_compound_hdr *hdr) in decode_cb_compound4res() argument
291 hdr->status = be32_to_cpup(p++); in decode_cb_compound4res()
[all …]
/fs/cifs/
Dcifspdu.h447 get_bcc(struct smb_hdr *hdr) in get_bcc() argument
449 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc()
456 put_bcc(__u16 count, struct smb_hdr *hdr) in put_bcc() argument
458 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc()
507 struct smb_hdr hdr; /* wct = 0 */ member
517 struct smb_hdr hdr; /* wct = 13 */ member
541 struct smb_hdr hdr; /* wct = 17 */ member
597 struct smb_hdr hdr; /* wct = 12 */ member
616 struct smb_hdr hdr; /* wct = 13 */ member
639 struct smb_hdr hdr; /* wct = 4 */ member
[all …]
Dcifssmb.c457 if (pSMB->hdr.WordCount < 10) in validate_t2()
473 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
492 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
686 pSMB->hdr.Mid = get_next_mid(server); in CIFSSMBNegotiate()
687 pSMB->hdr.Flags2 |= (SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS); in CIFSSMBNegotiate()
691 pSMB->hdr.Flags2 |= SMBFLG2_EXT_SEC; in CIFSSMBNegotiate()
716 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
722 } else if (pSMBr->hdr.WordCount == 13) { in CIFSSMBNegotiate()
726 } else if (pSMBr->hdr.WordCount != 17) { in CIFSSMBNegotiate()
754 } else if (pSMBr->hdr.Flags2 & SMBFLG2_EXT_SEC || in CIFSSMBNegotiate()
[all …]
/fs/xfs/
Dxfs_ondisk.h87 XFS_CHECK_OFFSET(xfs_attr_shortform_t, hdr.totsize, 0); in xfs_check_ondisk_structs()
88 XFS_CHECK_OFFSET(xfs_attr_shortform_t, hdr.count, 2); in xfs_check_ondisk_structs()
144 XFS_CHECK_OFFSET(struct xfs_dir3_leaf, hdr.info.hdr, 0); in xfs_check_ondisk_structs()
145 XFS_CHECK_OFFSET(struct xfs_da3_intnode, hdr.info.hdr, 0); in xfs_check_ondisk_structs()
146 XFS_CHECK_OFFSET(struct xfs_dir3_data_hdr, hdr.magic, 0); in xfs_check_ondisk_structs()
147 XFS_CHECK_OFFSET(struct xfs_dir3_free, hdr.hdr.magic, 0); in xfs_check_ondisk_structs()
148 XFS_CHECK_OFFSET(struct xfs_attr3_leafblock, hdr.info.hdr, 0); in xfs_check_ondisk_structs()
/fs/coda/
Dpsdev.c98 struct coda_in_hdr hdr; in coda_psdev_write() local
107 if (copy_from_user(&hdr, buf, 2 * sizeof(u_int32_t))) in coda_psdev_write()
110 if (DOWNCALL(hdr.opcode)) { in coda_psdev_write()
116 hdr.opcode, hdr.unique); in coda_psdev_write()
122 hdr.opcode, hdr.unique); in coda_psdev_write()
137 error = coda_downcall(vcp, hdr.opcode, dcbuf, nbytes); in coda_psdev_write()
154 if (tmp->uc_unique == hdr.unique) { in coda_psdev_write()
164 __func__, hdr.opcode, hdr.unique); in coda_psdev_write()
173 hdr.opcode, hdr.unique); in coda_psdev_write()
/fs/
Dbinfmt_elf_fdpic.c104 static int is_elf(struct elfhdr *hdr, struct file *file) in is_elf() argument
106 if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) != 0) in is_elf()
108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) in is_elf()
110 if (!elf_check_arch(hdr)) in is_elf()
125 static int is_constdisp(struct elfhdr *hdr) in is_constdisp() argument
127 if (!elf_check_fdpic(hdr)) in is_constdisp()
129 if (elf_check_const_displacement(hdr)) in is_constdisp()
144 loff_t pos = params->hdr.e_phoff; in elf_fdpic_fetch_phdrs()
146 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
148 if (params->hdr.e_phnum > 65536U / sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
[all …]
Dbinfmt_flat.c428 struct flat_hdr *hdr; in load_flat_file() local
440 hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ in load_flat_file()
442 text_len = ntohl(hdr->data_start); in load_flat_file()
443 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
444 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end); in load_flat_file()
445 stack_len = ntohl(hdr->stack_size); in load_flat_file()
450 relocs = ntohl(hdr->reloc_count); in load_flat_file()
451 flags = ntohl(hdr->flags); in load_flat_file()
452 rev = ntohl(hdr->rev); in load_flat_file()
455 if (strncmp(hdr->magic, "bFLT", 4)) { in load_flat_file()
[all …]

1234