/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_debug.h | 122 int *eof, void *data); 126 int *eof, void *data); 132 int *eof, void *data); 139 int *eof, void *data); 142 int *eof, void *data); 145 int *eof, void *data); 149 int *eof, void *data); 152 int *eof, void *data); 155 int *eof, void *data); 158 int *eof, void *data); [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_debug.c | 27 int *eof, void *data) in proc_get_drv_version() argument 33 *eof = 1; in proc_get_drv_version() 39 int *eof, void *data) in proc_get_write_reg() argument 41 *eof = 1; in proc_get_write_reg() 88 int *eof, void *data) in proc_get_read_reg() argument 96 *eof = 1; in proc_get_read_reg() 115 *eof = 1; in proc_get_read_reg() 148 int *eof, void *data) in proc_get_fwstate() argument 158 *eof = 1; in proc_get_fwstate() 164 int *eof, void *data) in proc_get_sec_info() argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_fcoe.c | 45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local 52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported() 54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported() 55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 805 if (STps->eof == ST_FM_HIT) { in flush_buffer() 808 STps->eof = ST_NOEOF; in flush_buffer() 817 } else if (STps->eof == ST_FM_HIT) { in flush_buffer() 821 STps->eof = ST_NOEOF; in flush_buffer() 888 STps->eof = ST_NOEOF; in reset_state() 1024 STps->eof = ST_NOEOF; in check_tape() 1353 STps->eof = ST_FM; in st_flush() 1370 else if (STps->eof == ST_FM_HIT) { in st_flush() 1376 STps->eof = ST_FM; in st_flush() 1378 STps->eof = ST_NOEOF; in st_flush() [all …]
|
D | osst.c | 698 STps->eof = ST_FM_HIT; in osst_verify_frame() 714 STps->eof = ST_EOD_1; in osst_verify_frame() 734 STps->eof = ST_NOEOF; in osst_verify_frame() 1156 return (STps->eof); in osst_get_logical_frame() 1257 if (debugging || STps->eof) in osst_get_logical_frame() 1260 name, frame_seq_number, STp->frame_seq_number, STps->eof); in osst_get_logical_frame() 1264 return (STps->eof); in osst_get_logical_frame() 1306 if (STps->eof == ST_FM_HIT) in osst_seek_logical_blk() 1335 if (STps->eof == ST_FM_HIT) { in osst_seek_logical_blk() 1344 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk() [all …]
|
D | st.h | 87 unsigned char eof; member
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | cq_exch_desc.h | 66 u8 eof; member 98 u8 *eof, in cq_fcp_rq_desc_dec() argument 130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
|
D | fnic_fcs.c | 810 u8 eof = 0; in fnic_rq_cmpl_frame_recv() local 825 &tmpl, &fcp_bytes_written, &sof, &eof, in fnic_rq_cmpl_frame_recv() 832 fr_eof(fp) = eof; in fnic_rq_cmpl_frame_recv()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objlayout.c | 255 status, hdr->res.eof, sync); in objlayout_read_done() 275 loff_t eof; in objlayout_read_pagelist() local 277 eof = i_size_read(inode); in objlayout_read_pagelist() 278 if (unlikely(offset + count > eof)) { in objlayout_read_pagelist() 279 if (offset >= eof) { in objlayout_read_pagelist() 282 hdr->res.eof = 1; in objlayout_read_pagelist() 286 count = eof - offset; in objlayout_read_pagelist() 289 hdr->res.eof = (offset + count) >= eof; in objlayout_read_pagelist() 295 __func__, inode->i_ino, offset, count, hdr->res.eof); in objlayout_read_pagelist()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 95 static inline bool i40e_fcoe_eof_is_supported(u8 eof) in i40e_fcoe_eof_is_supported() argument 97 return (eof == FC_EOF_N) || (eof == FC_EOF_T) || in i40e_fcoe_eof_is_supported() 98 (eof == FC_EOF_NI) || (eof == FC_EOF_A); in i40e_fcoe_eof_is_supported() 105 static inline int i40e_fcoe_fc_eof(struct sk_buff *skb, u8 *eof) in i40e_fcoe_fc_eof() argument 108 skb_copy_bits(skb, skb->len - 4, eof, 1); in i40e_fcoe_fc_eof() 110 if (!i40e_fcoe_eof_is_supported(*eof)) in i40e_fcoe_fc_eof() 123 static inline u32 i40e_fcoe_ctxt_eof(u8 eof) in i40e_fcoe_ctxt_eof() argument 125 switch (eof) { in i40e_fcoe_ctxt_eof() 136 pr_err("Unrecognized EOF %x\n", eof); in i40e_fcoe_ctxt_eof() 1278 u32 tx_flags, u8 hdr_len, u8 eof) in i40e_fcoe_tx_map() argument [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 945 int count, int *eof, void *data) in lprocfs_dt_rd_blksize() argument 952 *eof = 1; in lprocfs_dt_rd_blksize() 962 int count, int *eof, void *data) in lprocfs_dt_rd_kbytestotal() argument 975 *eof = 1; in lprocfs_dt_rd_kbytestotal() 984 int count, int *eof, void *data) in lprocfs_dt_rd_kbytesfree() argument 997 *eof = 1; in lprocfs_dt_rd_kbytesfree() 1006 int count, int *eof, void *data) in lprocfs_dt_rd_kbytesavail() argument 1019 *eof = 1; in lprocfs_dt_rd_kbytesavail() 1028 int count, int *eof, void *data) in lprocfs_dt_rd_filestotal() argument 1035 *eof = 1; in lprocfs_dt_rd_filestotal() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 757 int *eof, void *data); 762 int *eof, void *data); 767 int *eof, void *data); 772 int *eof, void *data); 776 int *eof, void *data); 780 int count, int *eof, void *data); 785 int count, int *eof, void *data); 789 int count, int *eof, void *data); 794 int count, int *eof, void *data); 799 int count, int *eof, void *data); [all …]
|
D | dt_object.h | 1486 int count, int *eof, void *data); 1488 int count, int *eof, void *data); 1490 int count, int *eof, void *data); 1492 int count, int *eof, void *data); 1494 int count, int *eof, void *data); 1496 int count, int *eof, void *data);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.h | 33 int whichfork, int *eof); 50 int rt, int eof, int delay, int convert,
|
D | xfs_iomap.c | 53 int eof, error; in xfs_iomap_eof_align_last_fsb() local 86 error = xfs_bmap_eof(ip, new_last_fsb, XFS_DATA_FORK, &eof); in xfs_iomap_eof_align_last_fsb() 89 if (eof) in xfs_iomap_eof_align_last_fsb()
|
D | xfs_bmap_util.c | 161 align, 1, ap->eof, 0, in xfs_bmap_rtalloc() 198 if (ap->eof && ap->offset == 0) { in xfs_bmap_rtalloc() 258 int *eof) in xfs_bmap_eof() argument 263 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, eof); in xfs_bmap_eof() 264 if (error || *eof) in xfs_bmap_eof() 267 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | dma.c | 101 int length, int *eof, void *data) in au1000_dma_read_proc() argument 115 *eof = 1; in au1000_dma_read_proc() 122 *eof = 1; in au1000_dma_read_proc()
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 885 loff_t pos, eof; in cachefiles_write_page() local 920 eof = object->fscache.store_limit_l; in cachefiles_write_page() 922 if (eof & ~PAGE_MASK) { in cachefiles_write_page() 923 ASSERTCMP(pos, <, eof); in cachefiles_write_page() 924 if (eof - pos < PAGE_SIZE) { in cachefiles_write_page() 926 pos, eof); in cachefiles_write_page() 927 len = eof - pos; in cachefiles_write_page() 928 ASSERTCMP(pos + len, ==, eof); in cachefiles_write_page()
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deftree.c | 796 int eof /* true if this is the last block for a file */ in zlib_tr_stored_block() argument 799 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */ in zlib_tr_stored_block() 860 int eof /* true if this is the last block for a file */ argument 910 if (eof && s->compressed_len == 0L) { /* force stored file */ 912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) { 935 zlib_tr_stored_block(s, buf, stored_len, eof); 942 send_bits(s, (STATIC_TREES<<1)+eof, 3); 946 send_bits(s, (DYN_TREES<<1)+eof, 3); 955 if (eof) { 960 s->compressed_len-7*eof));
|
D | defutil.h | 279 int eof); 282 int eof);
|
D | deflate.c | 827 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument 832 (eof)); \ 839 #define FLUSH_BLOCK(s, eof) { \ argument 840 FLUSH_BLOCK_ONLY(s, eof); \ 841 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
|
/linux-4.1.27/security/tomoyo/ |
D | common.c | 734 if (head->r.eof) in tomoyo_read_profile() 752 head->r.eof = true; in tomoyo_read_profile() 894 if (head->r.eof) in tomoyo_read_manager() 907 head->r.eof = true; in tomoyo_read_manager() 1006 head->r.eof = 1; in tomoyo_select_domain() 1580 if (head->r.eof) in tomoyo_read_domain() 1618 head->r.eof = true; in tomoyo_read_domain() 1630 head->r.eof = false; in tomoyo_write_pid() 1654 head->r.eof = true; in tomoyo_read_pid() 1657 if (head->r.w_pos || head->r.eof) in tomoyo_read_pid() [all …]
|
D | common.h | 810 bool eof; member
|
/linux-4.1.27/fs/cifs/ |
D | cache.c | 226 u64 eof; member 261 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_get_aux() 285 auxdata.eof = cifsi->server_eof; in cifs_fscache_inode_check_aux()
|
D | smb2inode.c | 255 __le64 eof = cpu_to_le64(size); in smb2_set_path_size() local 257 FILE_WRITE_DATA, FILE_OPEN, 0, &eof, in smb2_set_path_size()
|
D | smb2proto.h | 150 __le64 *eof, bool is_fallocate);
|
D | cifsproto.h | 110 extern bool is_size_safe_to_change(struct cifsInodeInfo *, __u64 eof);
|
D | file.c | 3303 u64 eof; in cifs_readpages_read_into_pages() local 3309 eof = CIFS_I(rdata->mapping->host)->server_eof; in cifs_readpages_read_into_pages() 3310 eof_index = eof ? (eof - 1) >> PAGE_CACHE_SHIFT : 0; in cifs_readpages_read_into_pages() 3311 cifs_dbg(FYI, "eof=%llu eof_index=%lu\n", eof, eof_index); in cifs_readpages_read_into_pages()
|
D | smb2ops.c | 793 __le64 eof = cpu_to_le64(size); in smb2_set_file_size() local 810 cfile->fid.volatile_fid, cfile->pid, &eof, false); in smb2_set_file_size()
|
D | smb2pdu.c | 2435 u64 volatile_fid, u32 pid, __le64 *eof, bool is_falloc) in SMB2_set_eof() argument 2441 info.EndOfFile = *eof; in SMB2_set_eof()
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi_regs.h | 36 u32 eof:4; member
|
D | ctl.c | 159 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header() 160 type, pkg->frame.eof)) in check_header() 228 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in parse_header() 356 pkg->frame.eof = type; in tb_ctl_tx() 423 if (frame->eof == TB_CFG_PKG_EVENT) { in tb_ctl_rx_callback()
|
D | nhi.h | 61 u32 eof:4; /* TX:in, RX: out */ member
|
D | nhi.c | 147 descriptor->eof = frame->eof; in ring_write_descriptors() 189 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 617 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_enc_poll() local 621 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags) && in cx18_v4l2_enc_poll() 642 if (eof && videobuf_poll == POLLERR) in cx18_v4l2_enc_poll() 656 if (eof) in cx18_v4l2_enc_poll() 666 int eof = test_bit(CX18_F_S_STREAMOFF, &s->s_flags); in cx18_v4l2_mmap() local 672 if (!eof && !test_bit(CX18_F_S_STREAMING, &s->s_flags)) { in cx18_v4l2_mmap()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.c | 689 static __u8 eof[8]; in rx_iso_complete() local 729 eof[5]); in rx_iso_complete() 744 eof[fifon] = buf[0] & 1; in rx_iso_complete() 749 eof[fifon] : 0); in rx_iso_complete() 753 maxlen) ? eof[fifon] : in rx_iso_complete() 857 static __u8 eof[8]; in rx_int_complete() local 882 eof[5]); in rx_int_complete() 891 eof[fifon] = buf[0] & 1; in rx_int_complete() 896 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete() 899 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 1069 int eof = 0; in load_image_lzo() local 1201 for (i = 0; !eof && i < want; i++) { in load_image_lzo() 1212 eof = 1; in load_image_lzo() 1234 if (eof) in load_image_lzo() 1235 eof = 2; in load_image_lzo() 1258 if (eof > 1) { in load_image_lzo() 1289 if (eof) in load_image_lzo() 1290 eof = 2; in load_image_lzo()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1532 int eof; /* hit end of file */ in xfs_bmap_last_before() local 1553 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before() 1555 if (eof || xfs_bmbt_get_startoff(ep) > bno) { in xfs_bmap_last_before() 3183 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument 3209 if (!delay && !eof && in xfs_bmap_extsize_align() 3266 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align() 3274 if (!eof && in xfs_bmap_extsize_align() 3339 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align() 3377 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent() 3396 else if (!ap->eof) { in xfs_bmap_adjacent() [all …]
|
D | xfs_dir2_sf.c | 446 int eof; /* reached end of old dir */ in xfs_dir2_sf_addname_hard() local 474 eof = (char *)oldsfep == &buf[old_isize]; in xfs_dir2_sf_addname_hard() 475 !eof; in xfs_dir2_sf_addname_hard() 478 eof = (char *)oldsfep == &buf[old_isize]) { in xfs_dir2_sf_addname_hard() 514 if (!eof) { in xfs_dir2_sf_addname_hard()
|
D | xfs_bmap.h | 53 bool eof; /* set if allocating past last extent */ member
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 169 unsigned int eof:1; member 254 if (entry->eof != 0) in nfs_readdir_add_to_array() 280 desc->eof = 1; in nfs_readdir_search_for_pos() 334 desc->eof = 1; in nfs_readdir_search_for_cookie() 568 } while (!entry->eof); in nfs_readdir_page_filler() 571 if (count == 0 || (status == -EBADCOOKIE && entry->eof != 0)) { in nfs_readdir_page_filler() 635 entry.eof = 0; in nfs_readdir_xdr_to_array() 787 desc->eof = 1; in nfs_do_filldir() 799 desc->eof = 1; in nfs_do_filldir() 912 if (*desc->dir_cookie && desc->eof == 0) { in nfs_readdir() [all …]
|
D | nfs3xdr.c | 1594 u32 eof, count, ocount, recvd; in decode_read3resok() local 1601 eof = be32_to_cpup(p++); in decode_read3resok() 1609 result->eof = eof; in decode_read3resok() 1620 eof = 0; in decode_read3resok() 1963 entry->eof = 1; in nfs3_decode_dirent()
|
D | nfs2xdr.c | 119 result->eof = 0; /* NFSv2 does not pass EOF flag on the wire. */ in decode_nfsdata() 930 entry->eof = 1; in nfs2_decode_dirent()
|
D | read.c | 260 if (hdr->res.eof) { in nfs_readpage_result()
|
D | pnfs.h | 214 unsigned int eof; member
|
D | proc.c | 592 hdr->res.eof = 1; in nfs_read_done()
|
D | pagelist.c | 597 hdr->res.eof = 0; in nfs_pgio_rpcsetup()
|
D | nfs4xdr.c | 5083 uint32_t count, eof, recvd; in decode_read() local 5092 eof = be32_to_cpup(p++); in decode_read() 5099 eof = 0; in decode_read() 5101 res->eof = eof; in decode_read() 7236 entry->eof = 1; in nfs4_decode_dirent()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 361 const u8 *eof, *temp; in iwl_mvm_read_external_nvm() local 404 eof = fw_entry->data + fw_entry->size; in iwl_mvm_read_external_nvm() 435 if (file_sec->data > eof) { in iwl_mvm_read_external_nvm() 472 if (file_sec->data + section_size > eof) { in iwl_mvm_read_external_nvm()
|
/linux-4.1.27/net/sunrpc/ |
D | rpc_pipe.c | 668 int start, int eof) in __rpc_depopulate() argument 675 for (i = start; i < eof; i++) { in __rpc_depopulate() 700 int start, int eof) in rpc_depopulate() argument 705 __rpc_depopulate(parent, files, start, eof); in rpc_depopulate() 711 int start, int eof, in rpc_populate() argument 719 for (i = start; i < eof; i++) { in rpc_populate() 745 __rpc_depopulate(parent, files, start, eof); in rpc_populate()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 243 u32 data_read = 0, eof; in lancer_cmd_get_file_len() local 251 file_name, &data_read, &eof, in lancer_cmd_get_file_len() 262 u32 eof = 0; in lancer_cmd_read_file() local 276 while ((total_read_len < buf_len) && !eof) { in lancer_cmd_read_file() 282 &read_len, &eof, &addn_status); in lancer_cmd_read_file() 286 eof &= LANCER_READ_FILE_EOF_MASK; in lancer_cmd_read_file()
|
D | be_cmds.h | 1379 u8 eof; member 1438 u32 eof; member 2295 u32 *data_read, u32 *eof, u8 *addn_status);
|
D | be_cmds.c | 2285 eof, ctxt, 1); in lancer_cmd_write_object() 2288 eof, ctxt, 0); in lancer_cmd_write_object() 2398 u32 *data_read, u32 *eof, u8 *addn_status) in lancer_cmd_read_object() argument 2433 *eof = le32_to_cpu(resp->eof); in lancer_cmd_read_object()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | kinect.c | 401 uint8_t eof = sd->stream_flag | 5; in sd_pkt_scan() local 418 else if (hdr->flag == eof) in sd_pkt_scan()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 520 u8 sof, eof; in ixgbe_fso() local 554 skb_copy_bits(skb, skb->len - 4, &eof, 1); in ixgbe_fso() 556 switch (eof) { in ixgbe_fso() 575 dev_warn(tx_ring->dev, "unknown eof = 0x%x\n", eof); in ixgbe_fso()
|
/linux-4.1.27/fs/ |
D | read_write.c | 86 loff_t maxsize, loff_t eof) in generic_file_llseek_size() argument 90 offset += eof; in generic_file_llseek_size() 115 if (offset >= eof) in generic_file_llseek_size() 123 if (offset >= eof) in generic_file_llseek_size() 125 offset = eof; in generic_file_llseek_size()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1323 bool eof = true; in mgc_process_recover_log() local 1406 eof = res->mcr_offset == res->mcr_size; in mgc_process_recover_log() 1409 res->mcr_offset, eof == false); in mgc_process_recover_log() 1423 if (!eof) in mgc_process_recover_log() 1460 if (rc == 0 && !eof) in mgc_process_recover_log()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 980 static __u8 eof[8]; in rx_iso_complete() local 1051 eof[fifon] = buf[0] & 1; in rx_iso_complete() 1055 ? eof[fifon] : 0); in rx_iso_complete() 1059 eof[fifon] : 0); in rx_iso_complete() 1098 static __u8 eof[8]; in rx_int_complete() local 1142 eof[fifon] = buf[0] & 1; in rx_int_complete() 1147 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete() 1150 (len < maxlen) ? eof[fifon] : 0); in rx_int_complete()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 304 int count, int *eof, void *data) in prism2_io_debug_proc_read() argument 311 *eof = 1; in prism2_io_debug_proc_read()
|
/linux-4.1.27/fs/ncpfs/ |
D | ncplib_kernel.h | 191 int eof; member
|
D | dir.c | 450 if (!PageUptodate(page) || !ctl.head.eof) in ncp_readdir() 535 ctl.head.eof = 0; in ncp_readdir() 551 ctl.head.eof = ctl.valid; in ncp_readdir()
|
/linux-4.1.27/fs/nfsd/ |
D | xdr3.h | 152 int eof; member
|
D | nfs4xdr.c | 3326 u32 eof; in nfsd4_encode_splice_read() local 3347 eof = (read->rd_offset + maxcount >= in nfsd4_encode_splice_read() 3350 *(p++) = htonl(eof); in nfsd4_encode_splice_read() 3385 u32 eof; in nfsd4_encode_readv() local 3424 eof = (read->rd_offset + maxcount >= in nfsd4_encode_readv() 3427 tmp = htonl(eof); in nfsd4_encode_readv()
|
D | nfs3proc.c | 171 resp->eof = (argp->offset + resp->count) >= inode->i_size; in nfsd3_proc_read()
|
D | nfs3xdr.c | 700 *p++ = htonl(resp->eof); in nfs3svc_encode_readres()
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
D | au1000_dma.h | 126 int length, int *eof, void *data);
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 773 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_v4l2_enc_poll() local 777 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) && in ivtv_v4l2_enc_poll() 803 if (eof) in ivtv_v4l2_enc_poll()
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 1568 int eof; in xillybus_release() local 1617 eof = channel->wr_eof; in xillybus_release() 1632 if (buf_idx == eof) in xillybus_release()
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 525 int eof; /* used by read */ member 602 int eof; member
|
D | fs.h | 2628 int whence, loff_t maxsize, loff_t eof);
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 159 eof
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 1601 u8 sof, eof; in fcoe_xmit() local 1620 eof = fr_eof(fp); in fcoe_xmit() 1653 cp->fcoe_eof = eof; in fcoe_xmit()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 256 u8 sof, eof; in bnx2fc_xmit() local 286 eof = fr_eof(fp); in bnx2fc_xmit() 336 cp->fcoe_eof = eof; in bnx2fc_xmit()
|
/linux-4.1.27/fs/ubifs/ |
D | tnc.c | 1513 bu->eof = 0; in ubifs_tnc_get_bu_keys() 1590 bu->eof = 1; in ubifs_tnc_get_bu_keys() 1610 if (bu->eof) { in ubifs_tnc_get_bu_keys()
|
D | ubifs.h | 811 int eof; member
|
D | file.c | 729 if (bu->eof) { in ubifs_do_bulk_read()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 1124 unsigned int eof = 1; in macb_tx_map() local 1211 if (eof) { in macb_tx_map() 1213 eof = 0; in macb_tx_map()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 307 header->res.eof = 1; in bl_read_pagelist()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2529 loff_t retval, eof = 0; in ll_file_seek() local 2542 eof = i_size_read(inode); in ll_file_seek() 2546 ll_file_maxbytes(inode), eof); in ll_file_seek()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 11647 goto eof; in drx_check_firmware() 11668 goto eof; in drx_check_firmware() 11675 goto eof; in drx_check_firmware() 11694 goto eof; in drx_check_firmware() 11699 eof: in drx_check_firmware()
|