SMB_AT_ALLOCSZ
attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ;
SMB_AT_DOSATTR | SMB_AT_ALLOCSZ;
mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ;
attr->sa_mask = SMB_AT_ALLOCSZ;
attr.sa_mask |= SMB_AT_ALLOCSZ;
if (sa_mask & (SMB_AT_SIZE | SMB_AT_ALLOCSZ)) {
sa_mask &= ~(SMB_AT_SIZE | SMB_AT_ALLOCSZ);
switch (attr->sa_mask & (SMB_AT_ALLOCSZ | SMB_AT_SIZE)) {
case SMB_AT_ALLOCSZ:
attr->sa_mask |= SMB_AT_ALLOCSZ;
case SMB_AT_ALLOCSZ | SMB_AT_SIZE:
if ((attr->sa_mask & SMB_AT_ALLOCSZ) != 0) {
if ((attr->sa_mask & SMB_AT_ALLOCSZ) != 0 &&
attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ;
attr.sa_mask = SMB_AT_SIZE | SMB_AT_ALLOCSZ;
if ((sa_mask & SMB_AT_ALLOCSZ) != 0) {
(SMB_AT_SIZE | SMB_AT_NBLOCKS | SMB_AT_ALLOCSZ)) {
if ((ret_attr->sa_mask & SMB_AT_ALLOCSZ) != 0) {
#define SMB_AT_SMB (SMB_AT_DOSATTR|SMB_AT_CRTIME|SMB_AT_ALLOCSZ)
SMB_AT_SIZE | SMB_AT_ALLOCSZ)