Searched refs:NCP_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
39 #define NCP_BLOCK_SIZE (1 << (NCP_BLOCK_SHIFT)) macro
152 inode->i_blocks = (i_size_read(inode) + NCP_BLOCK_SIZE - 1) >> NCP_BLOCK_SHIFT; in ncp_update_dates()171 i_size_write(inode, NCP_BLOCK_SIZE); in ncp_update_attrs()858 buf->f_bsize = NCP_BLOCK_SIZE; in ncp_statfs()
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()