Home
last modified time | relevance | path

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

/fs/cifs/
Dcifspdu.h1110 __le32 LengthHigh; member
Dfile.c1232 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_push_mandatory_locks()
1589 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_unlock_range()
Dcifssmb.c2549 pSMB->Locks[0].LengthHigh = cpu_to_le32((u32)(len>>32)); in CIFSSMBLock()