Home
last modified time | relevance | path

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

/fs/smb/client/
Dcifssmb.c2053 __u16 data_count; in CIFSSMBPosixLock() local
2061 data_count = le16_to_cpu(pSMBr->t2.DataCount); in CIFSSMBPosixLock()
2062 if (data_count < sizeof(struct cifs_posix_lock)) { in CIFSSMBPosixLock()
2708 __u32 data_offset, data_count, len; in cifs_query_reparse_point() local
2764 data_count = le32_to_cpu(io_rsp->DataCount); in cifs_query_reparse_point()
2766 !data_count || data_count > 2048) { in cifs_query_reparse_point()
2778 data_count = le16_to_cpu(io_rsp->ByteCount); in cifs_query_reparse_point()
2781 if (data_count < len || in cifs_query_reparse_point()
2782 data_count < le16_to_cpu(buf->ReparseDataLength) + len) { in cifs_query_reparse_point()
3131 __u16 params, byte_count, data_count, param_offset, offset; in cifs_do_set_acl() local
[all …]
/fs/smb/server/
Dvfs.h47 int data_count; member
Dsmb2pdu.c4002 d_info->last_entry_offset = d_info->data_count; in smb2_populate_readdir_entry()
4003 d_info->data_count += next_entry_offset; in smb2_populate_readdir_entry()
4010 next_entry_offset, d_info->data_count); in smb2_populate_readdir_entry()
4397 if (!d_info.data_count && d_info.out_buf_len >= 0) { in smb2_query_dir()
4418 if (d_info.data_count >= d_info.last_entry_off_align) in smb2_query_dir()
4419 d_info.data_count -= d_info.last_entry_off_align; in smb2_query_dir()
4423 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir()
4426 d_info.data_count); in smb2_query_dir()