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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c49 static struct nlm_lockowner *nlm_get_lockowner(struct nlm_lockowner *lockowner) argument
51 atomic_inc(&lockowner->count);
52 return lockowner;
55 static void nlm_put_lockowner(struct nlm_lockowner *lockowner) argument
57 if (!atomic_dec_and_lock(&lockowner->count, &lockowner->host->h_lock))
59 list_del(&lockowner->list);
60 spin_unlock(&lockowner->host->h_lock);
61 nlm_release_host(lockowner->host);
62 kfree(lockowner);
67 struct nlm_lockowner *lockowner; local
86 struct nlm_lockowner *lockowner; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c255 if (req->wb_context->lockowner != prev->wb_context->lockowner)
H A Dinode.c469 ctx->lockowner = current->files;
H A Dnfs4xdr.c1049 nfs4_copy_stateid(&stateid, ctx->state, ctx->lockowner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h77 fl_owner_t lockowner; member in struct:nfs_open_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c841 static int checkcard(int cardnr, char *id, int *busy_flag, struct module *lockowner) argument
894 cs->iif.owner = lockowner;

Completed in 180 milliseconds