Home
last modified time | relevance | path

Searched refs:v_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c287 ssize_t v_len; in ksmbd_vfs_stream_read() local
293 v_len = ksmbd_vfs_getcasexattr(file_mnt_idmap(fp->filp), in ksmbd_vfs_stream_read()
298 if ((int)v_len <= 0) in ksmbd_vfs_stream_read()
299 return (int)v_len; in ksmbd_vfs_stream_read()
301 if (v_len <= *pos) { in ksmbd_vfs_stream_read()
306 if (v_len - *pos < count) in ksmbd_vfs_stream_read()
307 count = v_len - *pos; in ksmbd_vfs_stream_read()
419 ssize_t v_len; in ksmbd_vfs_stream_write() local
431 v_len = ksmbd_vfs_getcasexattr(idmap, in ksmbd_vfs_stream_write()
436 if (v_len < in ksmbd_vfs_stream_write()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dfs_context.c215 size_t v_len = 0; in generic_parse_monolithic() local
222 v_len = strlen(value); in generic_parse_monolithic()
224 ret = vfs_parse_fs_string(fc, key, value, v_len); in generic_parse_monolithic()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c6440 size_t v_len = 0; in rbd_parse_options() local
6446 v_len = strlen(value); in rbd_parse_options()
6447 param.string = kmemdup_nul(value, v_len, in rbd_parse_options()
6453 param.size = v_len; in rbd_parse_options()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c2457 size_t v_len = 0; in parse_options() local
2468 v_len = strlen(value); in parse_options()
2469 param.string = kmemdup_nul(value, v_len, in parse_options()
2477 param.size = v_len; in parse_options()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c6367 size_t v_len = 0; in rbd_parse_options() local
6373 v_len = strlen(value); in rbd_parse_options()
6374 param.string = kmemdup_nul(value, v_len, in rbd_parse_options()
6380 param.size = v_len; in rbd_parse_options()

Completed in 41 milliseconds