Searched refs:upcall (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/Documentation/networking/ |
D | dns_resolver.txt | 23 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/ |
D | idmapper.txt | 7 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
|
D | nfs.txt | 15 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:
|
D | rpc-cache.txt | 107 call is needed but not possible, -EAGAIN if an upcall is pending,
|
/linux-2.6.39/fs/coda/ |
D | Makefile | 7 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
|
/linux-2.6.39/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 17 ssize_t (*upcall)(struct file *, struct rpc_pipe_msg *, char __user *, size_t); member
|
/linux-2.6.39/net/dns_resolver/ |
D | Kconfig | 18 SMB2 later. DNS Resolver is supported by the userspace upcall
|
/linux-2.6.39/fs/cifs/ |
D | Kconfig | 82 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
|
D | README | 734 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
|
D | CHANGES | 114 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/ |
D | coda.txt | 280 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/ |
D | Kconfig | 126 bool "Use the new idmapper upcall routine" 129 Say Y here if you want NFS to use the new idmapper upcall functions.
|
D | idmap.c | 351 .upcall = idmap_pipe_upcall,
|
/linux-2.6.39/Documentation/ |
D | keys-request-key.txt | 54 own upcall mechanism rather than using /sbin/request-key. 66 own upcall mechanisms. If they do, then those should be substituted for the
|
D | keys.txt | 1200 This method is permitted to return before the upcall is complete, but the
|
/linux-2.6.39/net/sunrpc/ |
D | rpc_pipe.c | 274 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/ |
D | auth_gss.c | 1595 .upcall = gss_pipe_upcall, 1603 .upcall = gss_pipe_upcall,
|