Searched refs:mod_start (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent_map.h49 u64 mod_start; member in struct:extent_map
H A Dextent_map.c255 em->mod_len = (em->mod_len + em->mod_start) - merge->mod_start;
256 em->mod_start = merge->mod_start;
274 em->mod_len = (merge->mod_start + merge->mod_len) - em->mod_start;
328 em->mod_start = em->start;
339 em->mod_start = em->start;
364 em->mod_start = em->start;
H A Dtree-log.c4577 u64 mod_start = em->mod_start; local
4589 const u64 mod_end = mod_start + mod_len;
4595 if (ordered_end <= mod_start)
4602 * go ahead and adjust mod_start and mod_len in case this ordered
4605 if (ordered->file_offset > mod_start) {
4607 mod_len = ordered->file_offset - mod_start;
4614 * Just don't mess with mod_start and mod_len, we'll
4621 mod_start = ordered_end;
4650 csum_offset = mod_start
[all...]
/linux-master/include/xen/interface/
H A Dxen.h598 * b. initial ram disk [mod_start, mod_len]
642 unsigned long mod_start; /* VIRTUAL address of pre-loaded module. */ member in struct:start_info
653 #define SIF_MULTIBOOT_MOD (1<<2) /* Is mod_start a multiboot module? */
654 #define SIF_MOD_START_PFN (1<<3) /* Is mod_start a PFN? */
667 * mod_start == 0.
675 uint32_t mod_start; member in struct:xen_multiboot_mod_list
/linux-master/kernel/debug/kdb/
H A Dkdb_private.h76 unsigned long mod_start; member in struct:__ksymtab
/linux-master/sound/soc/sh/rcar/
H A Ddma.c719 struct rsnd_mod *mod_start, *mod_end; local
770 mod_start = (is_play) ? NULL : ssi;
774 mod[idx++] = mod_start;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1443 if (xen_start_info->mod_start) {
1445 initrd_start = PFN_PHYS(xen_start_info->mod_start);
1447 initrd_start = __pa(xen_start_info->mod_start);

Completed in 229 milliseconds