Searched refs:len_out (Results 1 – 7 of 7) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | pnfs_io.c | 667 OUT ULONG *len_out) in pnfs_read() argument 674 *len_out = 0; in pnfs_read() 704 *len_out = (ULONG)pattern_bytes_transferred(&pattern, NULL); in pnfs_read() 809 OUT ULONG *len_out, in pnfs_write() argument 818 *len_out = 0; in pnfs_write() 849 *len_out = (ULONG)pattern_bytes_transferred(&pattern, &stable); in pnfs_write() 850 if (*len_out == 0) in pnfs_write() 855 status = mds_commit(state, offset, *len_out, &pattern, info); in pnfs_write() 858 status = layout_commit(state, layout, offset, *len_out, info); in pnfs_write()
|
H A D | util.c | 75 OUT uint32_t *len_out) in strip_path() argument 79 if (len_out) in strip_path() 80 *len_out = (uint32_t)strlen(name); in strip_path()
|
H A D | pnfs.h | 281 OUT ULONG *len_out); 291 OUT ULONG *len_out,
|
H A D | readdir.c | 374 OUT uint32_t *len_out, in readdir_add_dots() argument 382 *len_out = 0; in readdir_add_dots() 410 *len_out += entry->next_entry_offset; in readdir_add_dots() 444 *len_out += entry->next_entry_offset; in readdir_add_dots()
|
H A D | util.h | 39 OUT uint32_t *len_out OPTIONAL);
|
H A D | nfs41_ops.h | 1192 OUT uint32_t *len_out);
|
H A D | nfs41_ops.c | 1516 OUT uint32_t *len_out) in nfs41_readlink() argument 1549 *len_out = readlink_res.link_len; in nfs41_readlink()
|