Searched refs:rmt (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 75 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/ |
D | Makefile | 8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
D | smtinit.c | 117 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
D | queue.c | 90 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
D | rmt.c | 147 void rmt(struct s_smc *smc, int event) in rmt() function
|
/linux-4.4.14/kernel/ |
D | compat.c | 219 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/ |
D | igmp.h | 125 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, int dif);
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 681 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()
|
D | hrtimer.c | 1504 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/ |
D | cmtdef.h | 497 void rmt(struct s_smc *smc, int event);
|