Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_remote.c75 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local
77 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok()
79 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok()
81 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok()
83 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
101 if (rmt->rm_magic != cpu_to_be32(XFS_ATTR3_RMT_MAGIC)) in xfs_attr3_rmt_verify()
103 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify()
105 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify()
107 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify()
[all …]
/linux-4.4.14/drivers/net/fddi/skfp/
DMakefile8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
Dsmtinit.c117 rmt(smc,0) ; /* RMT state machine */ in init_smt()
Dqueue.c90 rmt(smc,(int)ev->event) ; in ev_dispatcher()
Drmt.c147 void rmt(struct s_smc *smc, int event) in rmt() function
/linux-4.4.14/kernel/
Dcompat.c219 struct timespec rmt; in compat_nanosleep_restart() local
223 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart()
232 if (rmtp && compat_put_timespec(&rmt, rmtp)) in compat_nanosleep_restart()
242 struct timespec tu, rmt; in COMPAT_SYSCALL_DEFINE2() local
255 rmtp ? (struct timespec __user *)&rmt : NULL, in COMPAT_SYSCALL_DEFINE2()
284 if (rmtp && compat_put_timespec(&rmt, rmtp)) in COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/include/linux/
Digmp.h125 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, int dif);
/linux-4.4.14/kernel/time/
Dalarmtimer.c681 struct timespec rmt; in update_rmtp() local
688 rmt = ktime_to_timespec(rem); in update_rmtp()
690 if (copy_to_user(rmtp, &rmt, sizeof(*rmtp))) in update_rmtp()
Dhrtimer.c1504 struct timespec rmt; in update_rmtp() local
1510 rmt = ktime_to_timespec(rem); in update_rmtp()
1512 if (copy_to_user(rmtp, &rmt, sizeof(*rmtp))) in update_rmtp()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dcmtdef.h497 void rmt(struct s_smc *smc, int event);