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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddirect.c72 struct nfs_lock_context *l_ctx; /* Lock context info */ member in struct:nfs_direct_req
164 dreq->l_ctx = NULL;
178 if (dreq->l_ctx != NULL)
179 nfs_put_lock_context(dreq->l_ctx);
343 data->args.lock_context = dreq->l_ctx;
436 dreq->l_ctx = nfs_get_lock_context(dreq->ctx);
437 if (dreq->l_ctx == NULL)
588 data->args.lock_context = dreq->l_ctx;
776 data->args.lock_context = dreq->l_ctx;
879 dreq->l_ctx
[all...]
H A Dpagelist.c151 struct nfs_lock_context *l_ctx = req->wb_lock_context; local
157 if (l_ctx != NULL) {
158 nfs_put_lock_context(l_ctx);
H A Dinode.c538 static void nfs_init_lock_context(struct nfs_lock_context *l_ctx) argument
540 atomic_set(&l_ctx->count, 1);
541 l_ctx->lockowner = current->files;
542 l_ctx->pid = current->tgid;
543 INIT_LIST_HEAD(&l_ctx->list);
588 void nfs_put_lock_context(struct nfs_lock_context *l_ctx) argument
590 struct nfs_open_context *ctx = l_ctx->open_context;
593 if (!atomic_dec_and_lock(&l_ctx->count, &inode->i_lock))
595 list_del(&l_ctx->list);
597 kfree(l_ctx);
[all...]
H A Dnfs4xdr.c1356 static void encode_stateid(struct xdr_stream *xdr, const struct nfs_open_context *ctx, const struct nfs_lock_context *l_ctx) argument
1363 nfs4_copy_stateid(&stateid, ctx->state, l_ctx->lockowner, l_ctx->pid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_im.c350 fab.fab$l_stv = fab.fab$l_sts = fab.fab$l_ctx = 0;
490 (_r) -> rab$l_ctx != 0 && \
625 rab->rab$l_ctx = (unsigned) ctx;
641 fab = (ctx = (Ctxptr)(rab->rab$l_ctx))->fab;
642 nam = (ctx = (Ctxptr)(rab->rab$l_ctx))->nam;
665 ctx = (Ctxptr) (rab->rab$l_ctx);
696 ctx = (Ctxptr)rab->rab$l_ctx;
764 return ((Ctxptr) (rab->rab$l_ctx))->status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c976 TALLOC_CTX *l_ctx = NULL; local
1011 if ((l_ctx = talloc_init("set_posix_lock")) == NULL) {
1016 if ((ll = TALLOC_P(l_ctx, struct lock_list)) == NULL) {
1018 talloc_destroy(l_ctx);
1041 llist = posix_lock_list(l_ctx,
1090 talloc_destroy(l_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs.h364 extern void nfs_put_lock_context(struct nfs_lock_context *l_ctx);

Completed in 94 milliseconds