Searched refs:NCP_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
142 inode->i_blocks = (inode->i_size + NCP_BLOCK_SIZE - 1) >> NCP_BLOCK_SHIFT; in ncp_update_dates()161 inode->i_size = NCP_BLOCK_SIZE; in ncp_update_attrs()832 buf->f_bsize = NCP_BLOCK_SIZE; in ncp_statfs()
41 #define NCP_BLOCK_SIZE (1 << (NCP_BLOCK_SHIFT)) macro
181 if (size < NCP_BLOCK_SIZE) size = NCP_BLOCK_SIZE; in ncp_negotiate_size_and_options()195 if (result >= NCP_BLOCK_SIZE) in ncp_negotiate_size_and_options()