Searched refs:eof (Results 26 - 50 of 91) sorted by relevance

1234

/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c1161 const char *eof; local
1185 eof = fw->data + fw->size;
1201 eof = fw->data + fw->size - sizeof(fw_cfg) - sizeof(fw_cfg_sig);
1250 while (p < eof) {
1251 s = strnchr(p + 1, eof - p - 1, ':');
1254 s = eof;
/linux-master/drivers/thunderbolt/
H A Dnhi.c253 descriptor->eof = frame->eof;
300 frame->eof = ring->descriptors[ring->tail].eof;
367 frame->eof = ring->descriptors[ring->tail].eof;
/linux-master/drivers/media/usb/gspca/
H A Dkinect.c389 uint8_t eof = sd->stream_flag | 5; local
406 else if (hdr->flag == eof)
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c36 char eof; local
53 rc = read(fd, &eof, 1);
/linux-master/fs/nfs/
H A Dread.c267 resp->eof = 0;
274 if (hdr->res.eof) {
H A Dnfstrace.h1174 __field(bool, eof)
1188 __entry->eof = hdr->res.eof;
1201 __entry->res_count, __entry->eof ? " eof" : ""
1220 __field(bool, eof)
1234 __entry->eof = hdr->res.eof;
1247 __entry->res_count, __entry->eof ? " eof"
[all...]
H A Ddir.c178 bool eof; member in struct:nfs_readdir_descriptor
341 if (entry->eof != 0)
519 desc->eof = true;
559 desc->eof = true;
870 } while (!status && !entry->eof);
874 if (!entry->eof)
1125 desc->eof = !desc->eob;
1185 if (!desc->eof) {
1257 desc->eof = dir_ctx->eof;
[all...]
H A Dnfs3xdr.c1590 * bool eof;
1608 u32 eof, count, ocount, recvd; local
1615 eof = be32_to_cpup(p++);
1623 result->eof = eof;
1634 eof = 0;
1984 entry->eof = 1;
2037 * bool eof;
H A Dnfs42xdr.c72 1 /* eof */ + \
1026 res->eof = 0;
1033 res->eof = 0;
1062 res->eof = be32_to_cpup(p++);
1206 res->eof = true;
1272 res->eof = be32_to_cpup(p);
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1388 * Returns the file-relative block number of the first block past eof in
2731 * Not true if we're inserting into the "hole" at eof.
2947 int eof, /* is extent at end-of-file? */
2973 if (!delay && !eof &&
3030 if (!eof && gotp->br_startoff != NULLFILEOFF) {
3038 if (!eof &&
3103 if (!eof && gotp->br_startoff != NULLFILEOFF)
3136 * If allocating at eof, and there's a previous real block,
3139 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
3155 * If not at eof, the
2941 xfs_bmap_extsize_align( xfs_mount_t *mp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp, xfs_extlen_t extsz, int rt, int eof, int delay, int convert, xfs_fileoff_t *offp, xfs_extlen_t *lenp) argument
3965 bool eof = false; local
4045 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, int whichfork, xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, struct xfs_bmbt_irec *got, struct xfs_iext_cursor *icur, int eof) argument
4424 bool eof = false; /* after the end of extents */ local
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c565 bool eof = false; local
604 eof = true;
612 xerror("total %lu, len %lu eof %d\n", total, len, eof);
622 if (eof)
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c498 u8 sof, eof; local
532 skb_copy_bits(skb, skb->len - 4, &eof, 1);
534 switch (eof) {
553 dev_warn(tx_ring->dev, "unknown eof = 0x%x\n", eof);
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h126 int length, int *eof, void *data);
/linux-master/fs/nfsd/
H A Dxdr3.h147 __u32 eof; member in struct:nfsd3_readres
H A Dvfs.c1019 unsigned long *count, u32 *eof, ssize_t host_err)
1025 *eof = nfsd_eof_on_read(file, offset, host_err, *count);
1043 * @eof: OUT: set non-zero if operation reached the end of the file
1050 u32 *eof)
1065 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err);
1076 * @eof: OUT: set non-zero if operation reached the end of the file
1086 unsigned int base, u32 *eof)
1109 return nfsd_finish_read(rqstp, fhp, file, offset, count, eof, host_err);
1262 * @eof: OUT: set non-zero if operation reached the end of the file
1273 loff_t offset, unsigned long *count, u32 *eof)
1017 nfsd_finish_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, loff_t offset, unsigned long *count, u32 *eof, ssize_t host_err) argument
1048 nfsd_splice_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, loff_t offset, unsigned long *count, u32 *eof) argument
1084 nfsd_iter_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, loff_t offset, unsigned long *count, unsigned int base, u32 *eof) argument
1272 nfsd_read(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t offset, unsigned long *count, u32 *eof) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_iomap.c184 * size, and we are allocating past the allocation eof.
977 bool eof = false, cow_eof = false, shared = false; local
1018 eof = !xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &icur, &imap);
1019 if (eof)
1118 if (eof && offset + count > XFS_ISIZE(ip)) {
1156 allocfork == XFS_DATA_FORK ? eof : cow_eof);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c971 static __u8 eof[8]; local
1043 eof[fifon] = buf[0] & 1;
1047 ? eof[fifon] : 0);
1051 eof[fifon] : 0);
1090 static __u8 eof[8]; local
1135 eof[fifon] = buf[0] & 1;
1140 (len < maxlen) ? eof[fifon] : 0);
1143 (len < maxlen) ? eof[fifon] : 0);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c761 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); local
765 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) &&
791 if (eof)
/linux-master/drivers/media/pci/cx18/
H A Dcx18-fileops.c596 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); local
600 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) &&
624 if (eof)
/linux-master/fs/
H A Dread_write.c75 * @eof: offset used for SEEK_END position
87 loff_t maxsize, loff_t eof)
91 offset += eof;
116 if ((unsigned long long)offset >= eof)
124 if ((unsigned long long)offset >= eof)
126 offset = eof;
86 generic_file_llseek_size(struct file *file, loff_t offset, int whence, loff_t maxsize, loff_t eof) argument
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c1570 int eof; local
1619 eof = channel->wr_eof;
1625 * Check if eof points at the buffer after
1627 * no EOF is marked by negative eof.
1634 if (buf_idx == eof)
/linux-master/fs/smb/client/
H A Dsmb2inode.c1134 __le64 eof = cpu_to_le64(size); local
1137 in_iov.iov_base = &eof;
1138 in_iov.iov_len = sizeof(eof);
/linux-master/include/linux/
H A Dnfs_xdr.h672 int eof; /* used by read */ member in struct:nfs_pgio_res::__anon865::__anon866
752 int eof; member in struct:nfs_entry
1572 bool eof; member in struct:nfs42_listxattrsres
H A Dthunderbolt.h590 * @eof: End of frame protocol defined field
599 u32 eof:4; member in struct:ring_frame
627 * @frame->eof, @frame->sof set once the frame has been received.
645 * @frame->buffer, @frame->buffer_phy, @frame->size, @frame->eof and
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1920 const u8 *eof; local
1963 eof = fw_entry->data + fw_entry->size;
1993 if (file_sec->data > eof) {
2030 if (file_sec->data + section_size > eof) {

Completed in 565 milliseconds

1234