Searched refs:current_stateid (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4_fs.h | 471 extern const nfs4_stateid current_stateid;
|
H A D | pnfs.c | 2408 lgp = pnfs_alloc_init_layoutget_args(ino, ctx, ¤t_stateid, &rng, in _lgopen_prepare_attached() 2434 lgp = pnfs_alloc_init_layoutget_args(ino, ctx, ¤t_stateid, &rng, in _lgopen_prepare_floating()
|
/linux/fs/nfsd/ |
H A D | nfs4proc.c | 716 memcpy(&cstate->current_stateid, &cstate->save_stateid, sizeof(stateid_t)); in nfsd4_restorefh() 728 memcpy(&cstate->save_stateid, &cstate->current_stateid, sizeof(stateid_t)); in nfsd4_savefh()
|
H A D | nfs4state.c | 8938 memcpy(stateid, &cstate->current_stateid, sizeof(stateid_t)); in get_stateid() 8945 memcpy(&cstate->current_stateid, stateid, sizeof(stateid_t)); in put_stateid()
|