Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dvfs.c291 ssize_t v_len; in ksmbd_vfs_stream_read() local
297 v_len = ksmbd_vfs_getcasexattr(file_mnt_idmap(fp->filp), in ksmbd_vfs_stream_read()
302 if ((int)v_len <= 0) in ksmbd_vfs_stream_read()
303 return (int)v_len; in ksmbd_vfs_stream_read()
305 if (v_len <= *pos) { in ksmbd_vfs_stream_read()
310 if (v_len - *pos < count) in ksmbd_vfs_stream_read()
311 count = v_len - *pos; in ksmbd_vfs_stream_read()
423 ssize_t v_len; in ksmbd_vfs_stream_write() local
435 v_len = ksmbd_vfs_getcasexattr(idmap, in ksmbd_vfs_stream_write()
440 if (v_len < 0) { in ksmbd_vfs_stream_write()
[all …]
/Linux-v6.6/fs/
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-v6.6/drivers/block/
Drbd.c6361 size_t v_len = 0; in rbd_parse_options() local
6367 v_len = strlen(value); in rbd_parse_options()
6368 param.string = kmemdup_nul(value, v_len, in rbd_parse_options()
6374 param.size = v_len; in rbd_parse_options()
/Linux-v6.6/fs/ext4/
Dsuper.c2456 size_t v_len = 0; in parse_options() local
2467 v_len = strlen(value); in parse_options()
2468 param.string = kmemdup_nul(value, v_len, in parse_options()
2476 param.size = v_len; in parse_options()