Home
last modified time | relevance | path

Searched refs:LengthHigh (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/smb/client/
Dfile.c1773 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_push_mandatory_locks()
2141 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_unlock_range()
Dcifspdu.h1068 __le32 LengthHigh; member
Dcifssmb.c1980 pSMB->Locks[0].LengthHigh = cpu_to_le32((u32)(len>>32)); in CIFSSMBLock()