Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifspdu.h1115 __le32 LengthHigh; member
H A Dfile.c1226 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_push_mandatory_locks()
1583 cur->LengthHigh = cpu_to_le32((u32)(li->length>>32)); in cifs_unlock_range()
H A Dcifssmb.c2476 pSMB->Locks[0].LengthHigh = cpu_to_le32((u32)(len>>32)); in CIFSSMBLock()