Home
last modified time | relevance | path

Searched refs:v_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/server/
H A Dvfs.c274 ssize_t v_len; in ksmbd_vfs_stream_read() local
285 if ((int)v_len <= 0) in ksmbd_vfs_stream_read()
286 return (int)v_len; in ksmbd_vfs_stream_read()
288 if (v_len <= *pos) { in ksmbd_vfs_stream_read()
293 if (v_len - *pos < count) in ksmbd_vfs_stream_read()
294 count = v_len - *pos; in ksmbd_vfs_stream_read()
406 ssize_t v_len; in ksmbd_vfs_stream_write() local
428 if (v_len < 0) { in ksmbd_vfs_stream_write()
430 err = v_len; in ksmbd_vfs_stream_write()
434 if (v_len < size) { in ksmbd_vfs_stream_write()
[all …]
/linux-6.15/fs/
H A Dfs_context.c221 size_t v_len = 0; in vfs_parse_monolithic_sep() local
228 v_len = strlen(value); in vfs_parse_monolithic_sep()
230 ret = vfs_parse_fs_string(fc, key, value, v_len); in vfs_parse_monolithic_sep()
/linux-6.15/drivers/block/
H A Drbd.c6360 size_t v_len = 0; in rbd_parse_options() local
6366 v_len = strlen(value); in rbd_parse_options()
6367 param.string = kmemdup_nul(value, v_len, in rbd_parse_options()
6373 param.size = v_len; in rbd_parse_options()
/linux-6.15/fs/ext4/
H A Dsuper.c2425 size_t v_len = 0; in parse_options() local
2436 v_len = strlen(value); in parse_options()
2437 param.string = kmemdup_nul(value, v_len, in parse_options()
2445 param.size = v_len; in parse_options()