Searched refs:allocation_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dreadandxresponse.hpp40 uint64_t allocation_size; member in class:ReadAndXResponse
H A Dntcreateandxrequest.hpp45 uint64_t allocation_size; member in struct:NtCreateAndXRequest
H A Dntcreateandxresponse.hpp48 uint64_t allocation_size; member in struct:NtCreateAndXResponse
H A Dntcreateandxrequest.cpp42 memcpy(&allocation_size, data + 20, 8);
64 << "Allocation Size: " << rhs.allocation_size << std::endl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c925 SMB_BIG_UINT allocation_size = (SMB_BIG_UINT)open_size; local
926 if (allocation_size && (allocation_size > (SMB_BIG_UINT)size)) {
927 fsp->initial_allocation_size = smb_roundup(fsp->conn, allocation_size);
1152 SMB_BIG_UINT allocation_size = 0; local
1280 allocation_size = get_allocation_size(conn,NULL,&sbuf);
1322 SIVAL(p,16,(uint32)allocation_size);
1354 SIVAL(p,16,(uint32)allocation_size);
1398 SIVAL(p,16,(uint32)allocation_size);
1455 SOFF_T(p,0,allocation_size);
3249 SMB_BIG_UINT allocation_size=0; local
4960 SMB_BIG_UINT allocation_size = 0; local
[all...]
H A Dnttrans.c846 SMB_BIG_UINT allocation_size = (SMB_BIG_UINT)IVAL(inbuf,smb_ntcreate_AllocationSize); local
848 allocation_size |= (((SMB_BIG_UINT)IVAL(inbuf,smb_ntcreate_AllocationSize + 4)) << 32);
850 if (allocation_size && (allocation_size > (SMB_BIG_UINT)file_len)) {
851 fsp->initial_allocation_size = smb_roundup(fsp->conn, allocation_size);
1547 SMB_BIG_UINT allocation_size = (SMB_BIG_UINT)IVAL(params,12); local
1549 allocation_size |= (((SMB_BIG_UINT)IVAL(params,16)) << 32);
1551 if (allocation_size && (allocation_size > file_len)) {
1552 fsp->initial_allocation_size = smb_roundup(fsp->conn, allocation_size);
[all...]
H A Dreply.c1386 SMB_BIG_UINT allocation_size = (SMB_BIG_UINT)IVAL(inbuf,smb_vwv9); local
1463 if (((smb_action == FILE_WAS_CREATED) || (smb_action == FILE_WAS_OVERWRITTEN)) && allocation_size) {
1464 fsp->initial_allocation_size = smb_roundup(fsp->conn, allocation_size);
1470 retval = vfs_set_filelen(fsp, (SMB_OFF_T)allocation_size);
6190 uint32 allocation_size = get_allocation_size(conn,fsp, &sbuf); local
6192 SIVAL(outbuf,smb_vwv8,allocation_size);

Completed in 117 milliseconds