Searched refs:v_len (Results 1 – 1 of 1) sorted by relevance
260 ssize_t v_len; in ksmbd_vfs_stream_read() local266 v_len = ksmbd_vfs_getcasexattr(file_mnt_idmap(fp->filp), in ksmbd_vfs_stream_read()271 if ((int)v_len <= 0) in ksmbd_vfs_stream_read()272 return (int)v_len; in ksmbd_vfs_stream_read()274 if (v_len <= *pos) { in ksmbd_vfs_stream_read()279 if (v_len - *pos < count) in ksmbd_vfs_stream_read()280 count = v_len - *pos; in ksmbd_vfs_stream_read()281 fp->stream.pos = v_len; in ksmbd_vfs_stream_read()396 ssize_t v_len; in ksmbd_vfs_stream_write() local413 v_len = ksmbd_vfs_getcasexattr(idmap, in ksmbd_vfs_stream_write()[all …]