Home
last modified time | relevance | path

Searched refs:nfs4_ol_stateid (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/nfsd/
Dnfs4state.c290 static struct nfs4_ol_stateid * nfs4_alloc_stateid(struct nfs4_client *clp) in nfs4_alloc_stateid()
296 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct svc_fh *current_fh, u… in alloc_init_deleg()
467 test_share(struct nfs4_ol_stateid *stp, struct nfsd4_open *open) { in test_share()
490 static void unhash_generic_stateid(struct nfs4_ol_stateid *stp) in unhash_generic_stateid()
496 static void close_generic_stateid(struct nfs4_ol_stateid *stp) in close_generic_stateid()
512 static void free_generic_stateid(struct nfs4_ol_stateid *stp) in free_generic_stateid()
517 static void release_lock_stateid(struct nfs4_ol_stateid *stp) in release_lock_stateid()
532 struct nfs4_ol_stateid *stp; in unhash_lockowner()
539 struct nfs4_ol_stateid, st_perstateowner); in unhash_lockowner()
551 release_stateid_lockowners(struct nfs4_ol_stateid *open_stp) in release_stateid_lockowners()
[all …]
Dstate.h353 struct nfs4_ol_stateid *oo_last_closed_stid;
432 struct nfs4_ol_stateid { struct
441 struct nfs4_ol_stateid * st_openstp; argument
444 static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) in openlockstateid()
446 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()
Dxdr4.h247 struct nfs4_ol_stateid *op_stp; /* used during processing */