Searched refs:v_len (Results 1 – 3 of 3) sorted by relevance
283 ssize_t v_len; in ksmbd_vfs_stream_read() local289 v_len = ksmbd_vfs_getcasexattr(file_mnt_user_ns(fp->filp), in ksmbd_vfs_stream_read()294 if ((int)v_len <= 0) in ksmbd_vfs_stream_read()295 return (int)v_len; in ksmbd_vfs_stream_read()297 if (v_len <= *pos) { in ksmbd_vfs_stream_read()302 if (v_len - *pos < count) in ksmbd_vfs_stream_read()303 count = v_len - *pos; in ksmbd_vfs_stream_read()416 size_t size, v_len; in ksmbd_vfs_stream_write() local428 v_len = ksmbd_vfs_getcasexattr(user_ns, in ksmbd_vfs_stream_write()433 if ((int)v_len < 0) { in ksmbd_vfs_stream_write()[all …]
215 size_t v_len = 0; in generic_parse_monolithic() local222 v_len = strlen(value); in generic_parse_monolithic()224 ret = vfs_parse_fs_string(fc, key, value, v_len); in generic_parse_monolithic()
6345 size_t v_len = 0; in rbd_parse_options() local6351 v_len = strlen(value); in rbd_parse_options()6352 param.string = kmemdup_nul(value, v_len, in rbd_parse_options()6358 param.size = v_len; in rbd_parse_options()