Home
last modified time | relevance | path

Searched refs:data_start (Results 1 – 10 of 10) sorted by relevance

/fs/hfsplus/
Dbrec.c222 int data_start, data_end, size; in hfs_bnode_split() local
242 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
243 if (data_start > size) in hfs_bnode_split()
260 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
266 fd->keyoffset -= data_start - 14; in hfs_bnode_split()
267 fd->entryoffset -= data_start - 14; in hfs_bnode_split()
274 size = data_start - new_off; in hfs_bnode_split()
276 data_end = data_start; in hfs_bnode_split()
286 hfs_bnode_copy(new_node, 14, node, data_start, data_end - data_start); in hfs_bnode_split()
/fs/hfs/
Dbrec.c235 int data_start, data_end, size; in hfs_bnode_split() local
266 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
267 if (data_start > size) in hfs_bnode_split()
286 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
292 fd->keyoffset -= data_start - 14; in hfs_bnode_split()
293 fd->entryoffset -= data_start - 14; in hfs_bnode_split()
300 size = data_start - new_off; in hfs_bnode_split()
302 data_end = data_start; in hfs_bnode_split()
312 hfs_bnode_copy(new_node, 14, node, data_start, data_end - data_start); in hfs_bnode_split()
/fs/
Dbinfmt_som.c137 unsigned long code_start, code_size, data_start, data_size; in map_som_binary() local
157 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem); in map_som_binary()
159 current->mm->start_data = data_start; in map_som_binary()
160 current->mm->end_data = bss_start = data_start + data_size; in map_som_binary()
162 retval = do_mmap(file, data_start, data_size, in map_som_binary()
Dbinfmt_flat.c432 text_len = ntohl(hdr->data_start); in load_flat_file()
433 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
566 fpos = ntohl(hdr->data_start); in load_flat_file()
606 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
639 fpos = ntohl(hdr->data_start); in load_flat_file()
655 (int)textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
/fs/partitions/
Dmac.h18 __be32 data_start; /* rel block # of first data block */ member
/fs/fat/
Dfat.h65 unsigned long data_start; /* first data sector */ member
199 + sbi->data_start; in fat_clus_to_blknr()
Dinode.c1379 sbi->data_start = sbi->dir_start + rootdir_sectors; in fat_fill_super()
1384 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus; in fat_fill_super()
/fs/ntfs/
Dattrib.h109 const s64 new_data_size, const s64 data_start);
Dattrib.c1905 const s64 new_data_size, const s64 data_start) in ntfs_attr_extend_allocation() argument
1908 s64 ll, allocated_size, start = data_start; in ntfs_attr_extend_allocation()
/fs/ocfs2/
Ddir.c686 char *data_start = insert_bh->b_data; in __ocfs2_add_entry() local
694 data_start = di->id2.i_data.id_data; in __ocfs2_add_entry()
702 de = (struct ocfs2_dir_entry *) data_start; in __ocfs2_add_entry()
704 BUG_ON((char *)de >= (size + data_start)); in __ocfs2_add_entry()