Home
last modified time | relevance | path

Searched refs:st_stid (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dnfs4state.c605 stp->st_stid.sc_free = nfs4_free_ol_stateid; in nfs4_alloc_open_stateid()
1046 recalculate_deny_mode(stp->st_stid.sc_file); in reset_union_bmap_deny()
1054 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1061 nfs4_file_put_access(stp->st_stid.sc_file, i); in release_all_access()
1087 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1118 file = find_any_file(stp->st_stid.sc_file); in nfs4_free_lock_stateid()
1132 struct nfs4_stid *s = &stp->st_stid; in put_ol_stateid_locked()
1155 nfs4_unhash_stid(&stp->st_stid); in unhash_lock_stateid()
1168 nfs4_put_stid(&stp->st_stid); in release_lock_stateid()
1196 fp = stp->st_stid.sc_file; in free_ol_stateid_reaplist()
[all …]
Dstate.h529 struct nfs4_stid st_stid; member
543 return container_of(s, struct nfs4_ol_stateid, st_stid); in openlockstateid()