Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifsproto.h501 const int smb_file_id);
504 const int smb_file_id);
528 const __u16 smb_file_id, const __u32 netpid,
H A Dcifssmb.c1972 const __u16 smb_file_id, const __u32 netpid, const __u64 len, in CIFSSMBLock() argument
2007 pSMB->Fid = smb_file_id; /* netfid stays le */ in CIFSSMBLock()
2041 const __u16 smb_file_id, const __u32 netpid, in CIFSSMBPosixLock() argument
2106 pSMB->Fid = smb_file_id; in CIFSSMBPosixLock()
2172 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBClose() argument
2185 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBClose()
2206 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) in CIFSSMBFlush() argument
2216 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBFlush()