Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifssmb.c677 struct unlink_psx_rq *pRqD; in CIFSPOSIXDelFile()
716 pRqD = (struct unlink_psx_rq *)((char *)(pSMB) + offset + 4); in CIFSPOSIXDelFile()
723 byte_count = 3 /* pad */ + params + sizeof(struct unlink_psx_rq); in CIFSPOSIXDelFile()
725 pSMB->DataCount = cpu_to_le16(sizeof(struct unlink_psx_rq)); in CIFSPOSIXDelFile()
726 pSMB->TotalDataCount = cpu_to_le16(sizeof(struct unlink_psx_rq)); in CIFSPOSIXDelFile()