Searched refs:read_data (Results 1 – 2 of 2) sorted by relevance
/fs/cifs/ |
D | file.c | 1600 ssize_t cifs_user_read(struct file *file, char __user *read_data, in cifs_user_read() argument 1628 for (total_read = 0, current_offset = read_data; in cifs_user_read() 1681 static ssize_t cifs_read(struct file *file, char *read_data, size_t read_size, in cifs_read() argument 1708 for (total_read = 0, current_offset = read_data; in cifs_read() 1961 char *read_data; in cifs_readpage_worker() local 1965 read_data = kmap(page); in cifs_readpage_worker() 1968 rc = cifs_read(file, read_data, PAGE_CACHE_SIZE, poffset); in cifs_readpage_worker() 1979 memset(read_data + rc, 0, PAGE_CACHE_SIZE - rc); in cifs_readpage_worker()
|
D | cifsfs.h | 68 extern ssize_t cifs_user_read(struct file *file, char __user *read_data,
|