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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c130 #define SMB_ALLOCSZ(sz) (((sz) + DEV_BSIZE-1) & ~(DEV_BSIZE-1)) macro
1359 attr->sa_allocsz = SMB_ALLOCSZ(attr->sa_allocsz);
1524 node->n_allocsz = SMB_ALLOCSZ(attr->sa_vattr.va_size);
1558 attr->sa_allocsz = SMB_ALLOCSZ(attr->sa_vattr.va_size);
1561 node->n_allocsz = SMB_ALLOCSZ(attr->sa_vattr.va_size);

Completed in 104 milliseconds