Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c80 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
219 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
220 sb->s_blocksize_bits = 14; /* default 2**14 = CIFS_MAX_MSGSIZE */ in cifs_read_super()
347 cifs_inode->vfs_inode.i_blkbits = 14; /* 2**14 = CIFS_MAX_MSGSIZE */ in cifs_alloc_inode()
H A Dcifspdu.h123 #define CIFS_MAX_MSGSIZE (4*4096) macro
H A Dsmb2pdu.c4148 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()
H A Dconnect.c1864 if ((option < CIFS_MAX_MSGSIZE) || in cifs_parse_mount_options()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c102 unsigned int CIFSMaxBufSize = CIFS_MAX_MSGSIZE;
255 sb->s_blocksize = CIFS_MAX_MSGSIZE; in cifs_read_super()
256 sb->s_blocksize_bits = 14; /* default 2**14 = CIFS_MAX_MSGSIZE */ in cifs_read_super()
397 cifs_inode->netfs.inode.i_blkbits = 14; /* 2**14 = CIFS_MAX_MSGSIZE */ in cifs_alloc_inode()
H A Dfs_context.c1091 if ((result.uint_32 < CIFS_MAX_MSGSIZE) || in smb3_fs_context_parse_param()
H A Dcifspdu.h104 #define CIFS_MAX_MSGSIZE (4*4096) macro
H A Dsmb2pdu.c4567 if ((*nbytes > CIFS_MAX_MSGSIZE) || in SMB2_read()

Completed in 39 milliseconds