Searched refs:ar_path (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/fs/autofs/ |
| HD | autofs.c | 272 ar->ar_id, ar->ar_path, autofs_timeout); in autofs_task() 401 if (strcmp(ar->ar_path, path) != 0) in autofs_trigger_one() 427 strlcpy(ar->ar_path, path, sizeof(ar->ar_path)); in autofs_trigger_one() 454 "with error %d", ar->ar_path, error); in autofs_trigger_one() 465 ar->ar_path, request_error); in autofs_trigger_one() 575 strlcpy(adr->adr_path, ar->ar_path, sizeof(adr->adr_path)); in autofs_ioctl_request()
|
| HD | autofs.h | 104 char ar_path[MAXPATHLEN]; member
|