Home
last modified time | relevance | path

Searched refs:state_ref (Results 1 – 12 of 12) sorted by relevance

/reactos/base/services/nfsd/
H A Dupcall.c103 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 Dreadwrite.c62 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 Dvolume.c126 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 Dgetattr.c70 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 Dopen.c734 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 Dlock.c201 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 Dupcall.h207 nfs41_open_state *state_ref; member
H A Dreaddir.c64 args->state = upcall->state_ref; in parse_readdir()
459 nfs41_open_state *state = upcall->state_ref; in handle_readdir()
H A Dea.c166 nfs41_open_state *state = upcall->state_ref; in handle_setexattr()
535 nfs41_open_state *state = upcall->state_ref; in handle_getexattr()
H A Dsymlink.c214 nfs41_open_state *state = upcall->state_ref; in handle_symlink()
H A Dacl.c278 nfs41_open_state *state = upcall->state_ref; in handle_getacl()
694 nfs41_open_state *state = upcall->state_ref; in handle_setacl()
H A Dsetattr.c50 args->state = upcall->state_ref; in parse_setattr()