Home
last modified time | relevance | path

Searched refs:upcall (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/Documentation/networking/
Ddns_resolver.txt23 These routines must be supported by userspace tools dns.upcall, cifs.upcall and
56 create dns_resolver * * /usr/sbin/cifs.upcall %k
83 where <type> optionally specifies the particular upcall program to invoke,
125 Upcalls to userspace are made through the request_key() upcall vector, and are
129 The upcall handler program is responsible for querying the DNS, processing the
135 The upcall handler program should set the expiry time on the key to that of the
/linux-2.6.39/Documentation/filesystems/nfs/
Didmapper.txt7 performing an upcall to userspace to request the information. Id mapper will
8 user request-key to perform this upcall and cache the result. The program
19 direct the upcall. The following line should be added:
36 You can handle any of these individually, rather than using the generic upcall
Dnfs.txt15 upcall interfaces that are used in order to provide the NFS client with
32 upcall to allow userland to provide this service.
35 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps:
Drpc-cache.txt107 call is needed but not possible, -EAGAIN if an upcall is pending,
/linux-2.6.39/fs/coda/
DMakefile7 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
/linux-2.6.39/include/linux/sunrpc/
Drpc_pipe_fs.h17 ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t); member
/linux-2.6.39/net/dns_resolver/
DKconfig18 SMB2 later. DNS Resolver is supported by the userspace upcall
/linux-2.6.39/fs/cifs/
DKconfig82 Enables an upcall mechanism for CIFS which accesses userspace helper
134 an upcall mechanism for CIFS which contacts userspace helper
161 change notification ie fcntl(F_DNOTIFY), as well as the upcall
DREADME734 of the helper program cifs.upcall to be present and to be configured in the
735 /etc/request-key.conf file. The cifs.upcall helper program is from the Samba
738 cifs.upcall helper program), instead of using Kerberos, is sufficient for
744 a user space helper (such as cifs.upcall) to be present in order to
754 create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
755 create dns_resolver * * /usr/local/sbin/cifs.upcall %k
DCHANGES114 create. Update cifs.upcall version to handle new Kerberos sec flags
115 (this requires update of cifs.upcall program from Samba). Fix memory leak
/linux-2.6.39/Documentation/filesystems/
Dcoda.txt280 upcall is dispatched to Venus by creating a message structure. The
288 synchronization objects. In the upcall routine the message structure
290 queue. The routine calling upcall is responsible for allocating the
295 the OS. This notification is done in the upcall context of the process
297 in upcall. The (kernel mode) processing of P in the filesystem
299 the calling thread in P is blocked in upcall. A pointer in the
320 processing its upcall with the data buffer replaced with the reply
328 Now P awakes and continues processing upcall. There are some
330 up in upcall by a signal from some other source (for example an
332 sendmsg_to_kernel call. In the normal case, the upcall routine will
[all …]
/linux-2.6.39/fs/nfs/
DKconfig126 bool "Use the new idmapper upcall routine"
129 Say Y here if you want NFS to use the new idmapper upcall functions.
Didmap.c351 .upcall = idmap_pipe_upcall,
/linux-2.6.39/Documentation/
Dkeys-request-key.txt54 own upcall mechanism rather than using /sbin/request-key.
66 own upcall mechanisms. If they do, then those should be substituted for the
Dkeys.txt1200 This method is permitted to return before the upcall is complete, but the
/linux-2.6.39/net/sunrpc/
Drpc_pipe.c274 res = rpci->ops->upcall(filp, msg, buf, len); in rpc_pipe_read()
786 if (ops->upcall == NULL) in rpc_mkpipe()
/linux-2.6.39/net/sunrpc/auth_gss/
Dauth_gss.c1595 .upcall = gss_pipe_upcall,
1603 .upcall = gss_pipe_upcall,