Searched refs:netfid (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h167 u16 netfid, FILE_ALL_INFO *pFindData);
179 u16 netfid, FILE_UNIX_BASIC_INFO *pFindData);
272 int netfid, const char *target_name,
302 __u16 *netfid, int *pOplock, FILE_ALL_INFO *,
307 __u16 *netfid, int *pOplock, FILE_ALL_INFO *,
310 u32 posix_flags, __u64 mode, __u16 *netfid,
321 const int netfid, unsigned int count,
325 const int netfid, const unsigned int count,
330 const int netfid, const unsigned int count,
341 const __u16 netfid, cons
[all...]
H A Dfile.c113 u16 netfid)
230 __u16 netfid; local
263 oflags, &oplock, &netfid, xid);
270 pCifsInode, oplock, netfid);
272 CIFSSMBClose(xid, tcon, netfid);
276 pCifsFile = cifs_new_fileinfo(inode, netfid, file,
280 CIFSSMBClose(xid, tcon, netfid);
348 desiredAccess, CREATE_NOT_DIR, &netfid, &oplock, buf,
357 desiredAccess, CREATE_NOT_DIR, &netfid, &oplock, buf,
370 pCifsFile = cifs_new_fileinfo(inode, netfid, fil
111 cifs_posix_open_inode_helper(struct inode *inode, struct file *file, struct cifsInodeInfo *pCifsInode, __u32 oplock, u16 netfid) argument
430 __u16 netfid; local
715 __u16 netfid; local
[all...]
H A Dioctl.c79 rc = CIFSGetExtAttr(xid, tcon, pSMBFile->netfid,
96 /* rc= CIFSGetExtAttr(xid,tcon,pSMBFile->netfid,
H A Dinode.c295 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->netfid, &find_data);
355 __u16 netfid; local
376 CREATE_NOT_DIR, &netfid, &oplock, NULL,
383 rc = CIFSSMBRead(xid, pTcon, netfid,
425 CIFSSMBClose(xid, pTcon, netfid);
517 rc = CIFSSMBQFileInfo(xid, tcon, cfile->netfid, &find_data);
866 __u16 netfid; local
913 netfid = open_file->netfid;
938 CREATE_NOT_DIR, &netfid,
974 __u16 netfid; local
1731 __u16 netfid; local
[all...]
H A Dcifsglob.h345 __u16 netfid; /* file id from remote */ member in struct:cifsFileInfo
472 __u16 netfid; member in struct:oplock_q_entry
483 __u16 netfid; member in struct:dir_notify_req
H A Dcifssmb.c955 __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData,
1039 if (netfid)
1040 *netfid = psx_rsp->Fid; /* cifs fid stays in le */
1122 const int access_flags, const int create_options, __u16 *netfid,
1194 *netfid = pSMBr->Fid; /* cifs fid stays in le */
1225 const int access_flags, const int create_options, __u16 *netfid,
1302 *netfid = pSMBr->Fid; /* cifs fid stays in le */
1325 CIFSSMBRead(const int xid, struct cifsTconInfo *tcon, const int netfid, argument
1337 cFYI(1, "Reading %d bytes on fid %d", count, netfid);
1358 pSMB->Fid = netfid;
954 CIFSPOSIXCreate(const int xid, struct cifsTconInfo *tcon, __u32 posix_flags, __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData, __u32 *pOplock, const char *name, const struct nls_table *nls_codepage, int remap) argument
1120 SMBLegacyOpen(const int xid, struct cifsTconInfo *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) argument
1223 CIFSSMBOpen(const int xid, struct cifsTconInfo *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) argument
1430 CIFSSMBWrite(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, const char *buf, const char __user *ubuf, const int long_op) argument
1549 CIFSSMBWrite2(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, struct kvec *iov, int n_vec, const int long_op) argument
1977 CIFSSMBRenameOpenFile(const int xid, struct cifsTconInfo *pTcon, int netfid, const char *target_name, const struct nls_table *nls_codepage, int remap) argument
2959 CIFSGetExtAttr(const int xid, struct cifsTconInfo *tcon, const int netfid, __u64 *pExtAttrBits, __u64 *pMask) argument
3270 CIFSSMBQFileInfo(const int xid, struct cifsTconInfo *tcon, u16 netfid, FILE_ALL_INFO *pFindData) argument
3438 CIFSSMBUnixQFileInfo(const int xid, struct cifsTconInfo *tcon, u16 netfid, FILE_UNIX_BASIC_INFO *pFindData) argument
5358 CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon, const int notify_subdirs, const __u16 netfid, __u32 filter, struct file *pfile, int multishot, const struct nls_table *nls_codepage) argument
[all...]
H A Dcifsacl.c610 pntsd = get_cifs_acl_by_fid(cifs_sb, open_file->netfid, pacllen);
668 rc = set_cifs_acl_by_fid(cifs_sb, open_file->netfid, pnntsd, acllen);
H A Dreaddir.c272 &cifsFile->netfid, &cifsFile->srch_inf,
532 CIFSFindClose(xid, pTcon, cifsFile->netfid);
557 rc = CIFSFindNext(xid, pTcon, cifsFile->netfid,
819 CIFSFindClose(xid, pTcon, cifsFile->netfid);
H A Dmisc.c566 if (pSMB->Fid != netfile->netfid)
H A Ddir.c146 pCifsFile->netfid = fileHandle;

Completed in 190 milliseconds