Home
last modified time | relevance | path

Searched refs:rmt (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.c74 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local
76 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok()
78 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok()
80 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()
82 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok()
97 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local
99 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify()
101 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify()
103 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify()
105 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/cpio/
H A Dcpio_2.15.bb34 mv "${D}${mandir}/man8/rmt.8" "${D}${mandir}/man8/rmt-cpio.8"
40 oe_runmake -C ${B}/rmt/ check
72 PACKAGES =+ "${PN}-rmt"
74 FILES:${PN}-rmt = "${sbindir}/rmt*"
81 ALTERNATIVE:${PN}-rmt = "rmt"
85 ALTERNATIVE_PRIORITY[rmt] = "50"
86 ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt"
/openbmc/openbmc/poky/meta/recipes-extended/tar/
H A Dtar_1.35.bb58 oe_runmake -C ${B}/rmt/ check
79 PACKAGES =+ "${PN}-rmt"
81 FILES:${PN}-rmt = "${sbindir}/rmt*"
88 ALTERNATIVE:${PN}-rmt = "rmt"
90 ALTERNATIVE:${PN}-rmt:class-nativesdk = ""
93 ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt"
/openbmc/linux/drivers/net/fddi/skfp/
H A DMakefile9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
H A Dsmtinit.c109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
H A Dqueue.c82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
H A Drmt.c137 void rmt(struct s_smc *smc, int event) in rmt() function
/openbmc/linux/kernel/time/
H A Dalarmtimer.c795 struct timespec64 rmt; in alarmtimer_do_nsleep() local
802 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep()
804 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
H A Dhrtimer.c2066 struct timespec64 rmt; in do_nanosleep() local
2070 rmt = ktime_to_timespec64(rem); in do_nanosleep()
2072 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
/openbmc/linux/include/linux/
H A Digmp.h125 extern int ip_mc_sf_allow(const struct sock *sk, __be32 local, __be32 rmt,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-c2c.txt118 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display
259 cycles - rmt hitm, lcl hitm, load (Display with HITM types)
262 cycles - rmt peer, lcl peer, load (Display with peer type)
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c14239 struct rsm_map_table *rmt; in alloc_rsm_map_table() local
14242 rmt = kmalloc(sizeof(*rmt), GFP_KERNEL); in alloc_rsm_map_table()
14243 if (rmt) { in alloc_rsm_map_table()
14244 memset(rmt->map, rxcontext, sizeof(rmt->map)); in alloc_rsm_map_table()
14245 rmt->used = 0; in alloc_rsm_map_table()
14248 return rmt; in alloc_rsm_map_table()
14256 struct rsm_map_table *rmt) in complete_rsm_map_table() argument
14260 if (rmt) { in complete_rsm_map_table()
14263 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]); in complete_rsm_map_table()
14368 static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) in init_qos() argument
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch61 struct rmtcallfd_list *rmt;
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h498 void rmt(struct s_smc *smc, int event);
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt443 /sbin/rmt -> $(SEC_CRIT) ;
/openbmc/linux/
H A Dopengrok1.0.log[all...]