Home
last modified time | relevance | path

Searched refs:NCP_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/fs/ncpfs/
Dinode.c142 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()
Dncplib_kernel.h41 #define NCP_BLOCK_SIZE (1 << (NCP_BLOCK_SHIFT)) macro
Dncplib_kernel.c181 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()