Home
last modified time | relevance | path

Searched refs:autofs_dev_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dauto_dev-ioctl.h22 #define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)
89 struct autofs_dev_ioctl { struct
162 AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl)
166 AUTOFS_DEV_IOCTL_PROTOVER_CMD, struct autofs_dev_ioctl)
174 AUTOFS_DEV_IOCTL_OPENMOUNT_CMD, struct autofs_dev_ioctl)
182 AUTOFS_DEV_IOCTL_READY_CMD, struct autofs_dev_ioctl)
186 AUTOFS_DEV_IOCTL_FAIL_CMD, struct autofs_dev_ioctl)
190 AUTOFS_DEV_IOCTL_SETPIPEFD_CMD, struct autofs_dev_ioctl)
194 AUTOFS_DEV_IOCTL_CATATONIC_CMD, struct autofs_dev_ioctl)
198 AUTOFS_DEV_IOCTL_TIMEOUT_CMD, struct autofs_dev_ioctl)
[all …]
/linux-6.3-rc2/fs/autofs/
A Ddev-ioctl.c29 struct autofs_dev_ioctl *);
81 static struct autofs_dev_ioctl *
84 struct autofs_dev_ioctl tmp, *res; in copy_dev_ioctl()
156 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_version()
176 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_protosubver()
302 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_ready()
316 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_fail()
461 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_expire()
506 struct autofs_dev_ioctl *param) in autofs_dev_ioctl_ismountpoint()
596 struct autofs_dev_ioctl *param; in _autofs_dev_ioctl()
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dautofs-mount-control.rst177 struct autofs_dev_ioctl {
250 implementation. It requires an initialized struct autofs_dev_ioctl as an
271 path. The open call requires an initialized struct autofs_dev_ioctl with
287 Both of these calls require an initialized struct autofs_dev_ioctl
305 The call requires an initialized struct autofs_dev_ioctl with the
320 The call requires an initialized struct autofs_dev_ioctl with the
329 The call requires an initialized struct autofs_dev_ioctl with the
339 The call requires an initialized struct autofs_dev_ioctl with the path
357 The call requires an initialized struct autofs_dev_ioctl with the
375 The call requires an initialized struct autofs_dev_ioctl with the
[all …]
A Dautofs.rst446 Each ioctl is passed a pointer to an `autofs_dev_ioctl` structure::
448 struct autofs_dev_ioctl {

Completed in 7 milliseconds