Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 21 of 21) sorted by relevance

/linux-4.19.296/fs/ufs/
Dutil.h323 #define ubh_get_addr8(ubh,begin) \ argument
324 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
325 ((begin) & ~uspi->s_fmask))
327 #define ubh_get_addr16(ubh,begin) \ argument
328 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
329 ((begin) & ((uspi->fsize>>1) - 1)))
331 #define ubh_get_addr32(ubh,begin) \ argument
332 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
333 ((begin) & ((uspi->s_fsize>>2) - 1)))
335 #define ubh_get_addr64(ubh,begin) \ argument
[all …]
Dballoc.c762 unsigned begin, unsigned size, in ubh_scanc() argument
769 offset = begin & ~uspi->s_fmask; in ubh_scanc()
770 begin >>= uspi->s_fshift; in ubh_scanc()
777 cp = ubh->bh[begin]->b_data + offset; in ubh_scanc()
782 begin++; in ubh_scanc()
/linux-4.19.296/lib/
Dratelimit.c51 if (!rs->begin) in ___ratelimit()
52 rs->begin = jiffies; in ___ratelimit()
54 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit()
63 rs->begin = jiffies; in ___ratelimit()
/linux-4.19.296/include/asm-generic/
Dsections.h94 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() argument
97 return virt >= begin && virt + size <= end; in memory_contains()
111 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects() argument
116 if (virt < end && vend > begin) in memory_intersects()
/linux-4.19.296/fs/hfsplus/
Dbfind.c56 int *begin, in hfs_find_1st_rec_by_cnid() argument
80 if ((*begin) == (*end)) in hfs_find_1st_rec_by_cnid()
84 (*begin) = (*cur_rec) + 1; in hfs_find_1st_rec_by_cnid()
94 int *begin, in hfs_find_rec_by_key() argument
106 (*begin) = (*cur_rec) + 1; in hfs_find_rec_by_key()
Dhfsplus_fs.h437 int *begin, int *end, int *cur_rec);
439 int *begin, int *end, int *cur_rec);
/linux-4.19.296/include/linux/
Dsuspend.h179 int (*begin)(suspend_state_t state); member
191 int (*begin)(void); member
362 int (*begin)(void); member
Dratelimit.h22 unsigned long begin; member
Ddevice-mapper.h249 sector_t begin; member
609 #define dm_target_offset(ti, sector) ((sector) - (ti)->begin)
Dethtool.h363 int (*begin)(struct net_device *); member
Dkexec.h344 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end);
/linux-4.19.296/include/trace/events/
Dpower_cpu_migrate.h44 __define_cpu_migrate_event(begin);
/linux-4.19.296/include/net/
Dfq_impl.h73 begin: in fq_tin_dequeue()
87 goto begin; in fq_tin_dequeue()
100 goto begin; in fq_tin_dequeue()
/linux-4.19.296/fs/cifs/
Dasn1.c96 unsigned char *begin; /* First octet */ member
111 ctx->begin = buf; in asn1_open()
/linux-4.19.296/include/acpi/
Dacpiosxf.h370 u8 begin, u8 *aml, char *pathname);
Dacpixf.h941 u8 begin,
/linux-4.19.296/fs/gfs2/
Drgrp.c1980 static bool gfs2_select_rgrp(struct gfs2_rgrpd **pos, const struct gfs2_rgrpd *begin) in gfs2_select_rgrp() argument
1989 if (rgd != begin) /* If we didn't wrap */ in gfs2_select_rgrp()
2032 struct gfs2_rgrpd *begin = NULL; in gfs2_inplace_reserve() local
2044 begin = rs->rs_rbm.rgd; in gfs2_inplace_reserve()
2047 begin = rs->rs_rbm.rgd; in gfs2_inplace_reserve()
2050 rs->rs_rbm.rgd = begin = gfs2_blk2rgrpd(sdp, ip->i_goal, 1); in gfs2_inplace_reserve()
2130 if (gfs2_select_rgrp(&rs->rs_rbm.rgd, begin)) in gfs2_inplace_reserve()
/linux-4.19.296/include/linux/ceph/
Dosd_client.h326 struct ceph_hobject_id *begin; member
/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_core.c83 static void __iomem *detect_SMBIOS_pointer(void __iomem *begin, void __iomem *end) in detect_SMBIOS_pointer() argument
92 for (fp = begin; fp <= endp; fp += 16) { in detect_SMBIOS_pointer()
Dcpqphp_pci.c39 static void __iomem *detect_HRT_floating_pointer(void __iomem *begin, void __iomem *end) in detect_HRT_floating_pointer() argument
48 for (fp = begin; fp <= endp; fp += 16) { in detect_HRT_floating_pointer()
/linux-4.19.296/drivers/xen/
Dgntdev.c879 uint64_t begin = map->index << PAGE_SHIFT; in gntdev_ioctl_notify() local
881 if (op.index >= begin && op.index < end) in gntdev_ioctl_notify()