Searched refs:data_start (Results 26 - 31 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dboot.S233 .word data_start
417 la a1,data_start
H A Dmin_osl.c532 extern char data_start[], data_end[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_titan.c550 header->by_type.regatta_frame.data_start, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c1329 sbi->data_start = sbi->dir_start + rootdir_sectors;
1334 total_clusters = (total_sectors - sbi->data_start) / sbi->sec_per_clus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c1799 * @data_start: beginning of region which is required to be non-sparse
1802 * to @new_alloc_size bytes. If @data_start is -1, the whole extension may be
1804 * inode @ni have sparse support enabled). If @data_start is >= 0, then the
1805 * region between the old allocated size and @data_start - 1 may be made sparse
1806 * but the regions between @data_start and @new_alloc_size must be backed by
1835 * @data_start (if present) is possible, the allocation is partially extended
1837 * determine if the extension was partial. If @data_start is -1 then partial
1854 const s64 new_data_size, const s64 data_start)
1857 s64 ll, allocated_size, start = data_start;
1877 "data_start
1853 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, const s64 new_data_size, const s64 data_start) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c3439 u32 page_start, page_end, data_start, data_end; local
3448 /* Find the data_start addr */
3449 data_start = (written == 0) ? offset32 : page_start;
3488 * data_start */
3498 for (addr = page_start; addr < data_start;
3511 /* Loop to write the new data from data_start to data_end */
3512 for (addr = data_start; addr < data_end; addr += 4, i += 4) {
3556 written += data_end - data_start;

Completed in 131 milliseconds

12