Lines Matching defs:a_root
180 static FINDLOCK_T lock_acquire(LOCK_T *a_lock, int *a_fd, char *a_root,
202 static int _openLockFile(char *a_root);
599 * a_root - root of file system to manipulate locks on
618 lock_acquire(LOCK_T *a_theLock, int *a_fd, char *a_root, char *a_key,
763 *a_fd = _openLockFile(a_root);
1154 * a_root - root of file system to manipulate locks on
1161 _openLockFile(char *a_root)
1171 a_root, LOCK_FILENAME);
1176 a_root, LOCK_DIRECTORY);
1187 "%s/%s", a_root, LOCK_FILENAME);