Searched refs:open_stp (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c76 static void release_stateid_lockowners(struct nfs4_stateid *open_stp);
1094 release_stateid_lockowners(struct nfs4_stateid *open_stp) argument
1098 while (!list_empty(&open_stp->st_lockowners)) {
1099 lock_sop = list_entry(open_stp->st_lockowners.next,
1101 /* list_del(&open_stp->st_lockowners); */
2556 alloc_init_lock_stateowner(unsigned int strhashval, struct nfs4_client *clp, struct nfs4_stateid *open_stp, struct nfsd4_lock *lock) { argument
2573 list_add(&sop->so_perstateid, &open_stp->st_lockowners);
2589 alloc_init_lock_stateid(struct nfs4_stateowner *sop, struct nfs4_file *fp, struct nfs4_stateid *open_stp) argument
2611 stp->st_vfs_file = open_stp->st_vfs_file;
2612 stp->st_access_bmap = open_stp
2666 struct nfs4_stateid *open_stp = NULL; local
[all...]

Completed in 119 milliseconds