Lines Matching refs:ai
635 int ai; in create_notify_files() local
646 ai = 0; in create_notify_files()
648 symdev = aa[ai]->aa_symdev; in create_notify_files()
649 while ((aa[ai] != NULL) && (aa[ai]->aa_path != NULL)) { in create_notify_files()
650 if (aa[ai]->aa_mountpoint != NULL) { in create_notify_files()
651 if (aa[ai]->aa_type) { in create_notify_files()
652 fstype = aa[ai]->aa_type; in create_notify_files()
656 mount_point = aa[ai]->aa_mountpoint; in create_notify_files()
657 if (aa[ai]->aa_partname != NULL) { in create_notify_files()
666 aa[ai]->aa_partname); in create_notify_files()
677 reason = not_mountable(aa[ai]); in create_notify_files()
728 ai++; in create_notify_files()
1037 int ai; in remove_notify_files() local
1045 ai = 0; in remove_notify_files()
1047 symdev = aa[ai]->aa_symdev; in remove_notify_files()
1049 (aa[ai] != NULL) && in remove_notify_files()
1050 (aa[ai]->aa_path != NULL)) { in remove_notify_files()
1052 if (not_mountable(aa[ai])) { in remove_notify_files()
1054 } else if (aa[ai]->aa_partname != NULL) { in remove_notify_files()
1080 ai++; in remove_notify_files()