Searched refs:state_ref (Results 1 – 12 of 12) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | upcall.c | 103 status = safe_read(&buffer, &length, &upcall->state_ref, sizeof(HANDLE)); in upcall_parse() 108 upcall->state_ref); in upcall_parse() 121 if (upcall->state_ref != INVALID_HANDLE_VALUE) in upcall_parse() 122 nfs41_open_state_ref(upcall->state_ref); in upcall_parse() 204 if (upcall->state_ref && upcall->state_ref != INVALID_HANDLE_VALUE) { in upcall_cleanup() 205 nfs41_open_state_deref(upcall->state_ref); in upcall_cleanup() 206 upcall->state_ref = NULL; in upcall_cleanup()
|
H A D | readwrite.c | 62 nfs41_session *session = upcall->state_ref->session; in read_from_mds() 63 nfs41_path_fh *file = &upcall->state_ref->file; in read_from_mds() 117 if (pnfs_layout_state_open(upcall->state_ref, &layout)) { in read_from_pnfs() 122 pnfsstat = pnfs_read(upcall->root_ref, upcall->state_ref, stateid, layout, in read_from_pnfs() 145 nfs41_open_stateid_arg(upcall->state_ref, &stateid); in handle_read() 176 nfs41_session *session = upcall->state_ref->session; in write_to_mds() 177 nfs41_path_fh *file = &upcall->state_ref->file; in write_to_mds() 259 if (pnfs_layout_state_open(upcall->state_ref, &layout)) { in write_to_pnfs() 264 if (pnfs_write(upcall->root_ref, upcall->state_ref, stateid, layout, in write_to_pnfs() 281 nfs41_open_stateid_arg(upcall->state_ref, &stateid); in handle_write()
|
H A D | volume.c | 126 status = get_volume_size_info(upcall->state_ref, in handle_volume() 138 status = get_volume_size_info(upcall->state_ref, in handle_volume() 147 nfs41_superblock_fs_attributes(upcall->state_ref->file.fh.superblock, in handle_volume()
|
H A D | getattr.c | 70 args->query_class, args->buf_len, upcall->state_ref->path.len, in parse_getattr() 71 upcall->state_ref->path.path); in parse_getattr() 80 nfs41_open_state *state = upcall->state_ref; in handle_getattr()
|
H A D | open.c | 734 upcall->state_ref = state; in handle_open() 735 nfs41_open_state_ref(upcall->state_ref); in handle_open() 752 status = safe_write(&buffer, length, &upcall->state_ref, sizeof(HANDLE)); in marshall_open() 775 upcall->state_ref, args->mode, args->changeattr); in marshall_open() 784 nfs41_open_state *state = upcall->state_ref; in cancel_open() 788 if (upcall->state_ref == NULL || in cancel_open() 789 upcall->state_ref == INVALID_HANDLE_VALUE) in cancel_open() 872 nfs41_open_state *state = upcall->state_ref; in handle_close() 932 nfs41_open_state_deref(upcall->state_ref); in cleanup_close()
|
H A D | lock.c | 201 nfs41_open_state *state = upcall->state_ref; in handle_lock() 271 nfs41_open_state *state = upcall->state_ref; in cancel_lock() 326 nfs41_open_state *state = upcall->state_ref; in handle_unlock()
|
H A D | upcall.h | 207 nfs41_open_state *state_ref; member
|
H A D | readdir.c | 64 args->state = upcall->state_ref; in parse_readdir() 459 nfs41_open_state *state = upcall->state_ref; in handle_readdir()
|
H A D | ea.c | 166 nfs41_open_state *state = upcall->state_ref; in handle_setexattr() 535 nfs41_open_state *state = upcall->state_ref; in handle_getexattr()
|
H A D | symlink.c | 214 nfs41_open_state *state = upcall->state_ref; in handle_symlink()
|
H A D | acl.c | 278 nfs41_open_state *state = upcall->state_ref; in handle_getacl() 694 nfs41_open_state *state = upcall->state_ref; in handle_setacl()
|
H A D | setattr.c | 50 args->state = upcall->state_ref; in parse_setattr()
|