Searched refs:current_working_dir_fd (Results 1 – 1 of 1) sorted by relevance
759 int current_working_dir_fd; in create_one_notify_file() local792 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()793 if (current_working_dir_fd < 0) { in create_one_notify_file()795 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()796 if (current_working_dir_fd < 0) { in create_one_notify_file()859 popdir(current_working_dir_fd); in create_one_notify_file()880 int current_working_dir_fd; in notify_clients() local903 if ((current_working_dir_fd = pushdir(NOTIFY_DIR)) < 0) { in notify_clients()911 popdir(current_working_dir_fd); in notify_clients()962 popdir(current_working_dir_fd); in notify_clients()[all …]