Home
last modified time | relevance | path

Searched refs:smb_file_id (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dcifsproto.h492 const int smb_file_id);
495 const int smb_file_id);
519 const __u16 smb_file_id, const __u32 netpid,
H A Dcifssmb.c1945 const __u16 smb_file_id, const __u32 netpid, const __u64 len, in CIFSSMBLock() argument
1980 pSMB->Fid = smb_file_id; /* netfid stays le */ in CIFSSMBLock()
2014 const __u16 smb_file_id, const __u32 netpid, in CIFSSMBPosixLock() argument
2079 pSMB->Fid = smb_file_id; in CIFSSMBPosixLock()
2145 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBClose() argument
2158 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBClose()
2179 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBFlush() argument
2189 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBFlush()