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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c50 static struct nlm_lockowner *nlm_get_lockowner(struct nlm_lockowner *lockowner) argument
52 atomic_inc(&lockowner->count);
53 return lockowner;
56 static void nlm_put_lockowner(struct nlm_lockowner *lockowner) argument
58 if (!atomic_dec_and_lock(&lockowner->count, &lockowner->host->h_lock))
60 list_del(&lockowner->list);
61 spin_unlock(&lockowner->host->h_lock);
62 nlm_release_host(lockowner->host);
63 kfree(lockowner);
68 struct nlm_lockowner *lockowner; local
87 struct nlm_lockowner *lockowner; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dclntproc.c50 static struct nlm_lockowner *nlm_get_lockowner(struct nlm_lockowner *lockowner) argument
52 atomic_inc(&lockowner->count);
53 return lockowner;
56 static void nlm_put_lockowner(struct nlm_lockowner *lockowner) argument
58 if (!atomic_dec_and_lock(&lockowner->count, &lockowner->host->h_lock))
60 list_del(&lockowner->list);
61 spin_unlock(&lockowner->host->h_lock);
62 nlm_release_host(lockowner->host);
63 kfree(lockowner);
68 struct nlm_lockowner *lockowner; local
87 struct nlm_lockowner *lockowner; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dpagelist.c250 if (req->wb_lock_context->lockowner != prev->wb_lock_context->lockowner)
H A Dinode.c541 l_ctx->lockowner = current->files;
551 if (pos->lockowner != current->files)
H A Dwrite.c704 req->wb_lock_context->lockowner != current->files ||
H A Dnfs4xdr.c1363 nfs4_copy_stateid(&stateid, ctx->state, l_ctx->lockowner, l_ctx->pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dpagelist.c250 if (req->wb_lock_context->lockowner != prev->wb_lock_context->lockowner)
H A Dinode.c541 l_ctx->lockowner = current->files;
551 if (pos->lockowner != current->files)
H A Dwrite.c704 req->wb_lock_context->lockowner != current->files ||
H A Dnfs4xdr.c1363 nfs4_copy_stateid(&stateid, ctx->state, l_ctx->lockowner, l_ctx->pid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnfs_fs.h79 fl_owner_t lockowner; member in struct:nfs_lock_context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c1007 struct module *lockowner)
1060 cs->iif.owner = lockowner;
1159 struct module *lockowner,
1166 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner);
1005 hisax_cs_new(int cardnr, char *id, struct IsdnCard *card, struct IsdnCardState **cs_out, int *busy_flag, struct module *lockowner) argument
1158 checkcard(int cardnr, char *id, int *busy_flag, struct module *lockowner, hisax_setup_func_t card_setup) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dconfig.c1007 struct module *lockowner)
1060 cs->iif.owner = lockowner;
1159 struct module *lockowner,
1166 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner);
1005 hisax_cs_new(int cardnr, char *id, struct IsdnCard *card, struct IsdnCardState **cs_out, int *busy_flag, struct module *lockowner) argument
1158 checkcard(int cardnr, char *id, int *busy_flag, struct module *lockowner, hisax_setup_func_t card_setup) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnfs_fs.h79 fl_owner_t lockowner; member in struct:nfs_lock_context

Completed in 277 milliseconds