Searched refs:eof (Results 1 - 25 of 91) sorted by last modified time

1234

/linux-master/fs/nfsd/
H A Dnfs4xdr.c4397 p = xdr_reserve_space(xdr, 8); /* eof flag and byte count */
4528 /* eof */
5258 /* eof flag, segment count */
5409 u32 cookie_offset, count_offset, eof; local
5419 eof = 1;
5456 /* Check if both entry and eof can fit in the XDR buffer */
5465 eof = 0;
5505 *p = cpu_to_be32(eof);
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/smb/client/
H A Dcifsproto.h147 extern bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 eof,
/linux-master/include/linux/
H A Dshmem_fs.h178 static inline pgoff_t shmem_fallocend(struct inode *inode, pgoff_t eof) argument
180 return max(eof, SHMEM_I(inode)->fallocend);
H A Dfs.h3157 int whence, loff_t maxsize, loff_t eof);
H A Dthunderbolt.h591 * @eof: End of frame protocol defined field
600 u32 eof:4; member in struct:ring_frame
628 * @frame->eof, @frame->sof set once the frame has been received.
646 * @frame->buffer, @frame->buffer_phy, @frame->size, @frame->eof and
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 Dnfs_fs.h112 bool eof; member in struct:nfs_open_dir_context
/linux-master/drivers/scsi/
H A Dst.c864 if (STps->eof == ST_FM_HIT) {
867 STps->eof = ST_NOEOF;
876 } else if (STps->eof == ST_FM_HIT) {
880 STps->eof = ST_NOEOF;
948 STps->eof = ST_NOEOF;
1085 STps->eof = ST_NOEOF;
1416 STps->eof = ST_FM;
1433 else if (STps->eof == ST_FM_HIT) {
1439 STps->eof = ST_FM;
1441 STps->eof
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c20891 * determine the end of the object and whether the eof bit should be set.
22198 int rc, length, eof, j, byte_cnt = 0; local
22264 eof = bf_get(lpfc_mbx_rd_object_eof, &read_object->u.response);
22267 length, datasz, eof);
22270 if (!length && eof) {
/linux-master/fs/ubifs/
H A Dubifs.h822 int eof; member in struct:bu_info
H A Dtnc.c1561 bu->eof = 0;
1638 bu->eof = 1;
1658 if (bu->eof) {
H A Dfile.c727 if (bu->eof) {
/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 Dxdomain.c92 switch (pkg->frame.eof) {
H A Dnhi.c253 descriptor->eof = frame->eof;
300 frame->eof = ring->descriptors[ring->tail].eof;
367 frame->eof = ring->descriptors[ring->tail].eof;
H A Dicm.c277 if (pkg->frame.eof != req->response_type)
H A Dctl.c195 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n",
196 type, pkg->frame.eof))
259 if (pkg->frame.eof == TB_CFG_PKG_ERROR)
376 pkg->frame.eof = type;
413 if (pkg->frame.eof != TB_CFG_PKG_ERROR)
458 switch (frame->eof) {
470 tb_ctl_handle_event(pkg->ctl, frame->eof,
486 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size))
502 trace_tb_rx(pkg->ctl->index, frame->eof, pk
[all...]
/linux-master/fs/nfs/
H A Dread.c267 resp->eof = 0;
274 if (hdr->res.eof) {
H A Dnfs4trace.h2189 __field(u32, eof)
2208 __entry->eof = 0;
2212 __entry->eof = res->sr_eof;
2219 "offset_r=%llu eof=%u",
2229 __entry->eof
H A Dnfs4proc.c7927 bool eof; local
7950 eof = false;
7955 while (!eof) {
7957 &cookie, &eof);
/linux-master/tools/perf/util/
H A Dsrcline.c651 struct io io = { .eof = false };
772 if (io.eof) {
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c461 const char *eof; local
488 eof = info + FW_INFO_SIZE_MAX;
490 for (i = 0; i < 4 && info < eof; i++, info++) {
492 info = strnchr(info, eof - info, ' ');
498 memcpy(pos, info, min_t(u32, eof - info, CATPT_DUMP_HASH_SIZE));
/linux-master/kernel/power/
H A Dswap.c1209 int eof = 0; local
1345 for (i = 0; !eof && i < want; i++) {
1356 eof = 1;
1378 if (eof)
1379 eof = 2;
1401 if (eof > 1) {
1432 if (eof)
1433 eof = 2;
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1351 align, 1, ap->eof, 0,
1396 } else if (ap->eof && ap->offset == 0) {

Completed in 1000 milliseconds

1234