Searched refs:smb_file_id (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | cifsproto.h | 329 const int smb_file_id); 332 const int smb_file_id); 360 const __u16 smb_file_id, const int get_flag,
|
D | cifssmb.c | 1704 const __u16 smb_file_id, const __u64 len, in CIFSSMBLock() argument 1737 pSMB->Fid = smb_file_id; /* netfid stays le */ in CIFSSMBLock() 1774 const __u16 smb_file_id, const int get_flag, const __u64 len, in CIFSSMBPosixLock() argument 1839 pSMB->Fid = smb_file_id; in CIFSSMBPosixLock() 1911 CIFSSMBClose(const int xid, struct cifsTconInfo *tcon, int smb_file_id) in CIFSSMBClose() argument 1924 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBClose() 1944 CIFSSMBFlush(const int xid, struct cifsTconInfo *tcon, int smb_file_id) in CIFSSMBFlush() argument 1954 pSMB->FileID = (__u16) smb_file_id; in CIFSSMBFlush()
|