Searched refs:smb_file_id (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb1proto.h | 76 const __u16 smb_file_id, const __u32 netpid, const __u64 len, 81 const __u16 smb_file_id, const __u32 netpid, 86 int smb_file_id); 88 int smb_file_id);
|
| H A D | cifssmb.c | 2196 const __u16 smb_file_id, const __u32 netpid, const __u64 len, in CIFSSMBLock() argument 2233 pSMB->Fid = smb_file_id; /* netfid stays le */ in CIFSSMBLock() 2268 const __u16 smb_file_id, const __u32 netpid, in CIFSSMBPosixLock() argument 2332 pSMB->Fid = smb_file_id; in CIFSSMBPosixLock() 2401 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBClose() argument 2417 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBClose() 2438 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBFlush() argument 2451 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBFlush()
|