Lines Matching refs:ai
635 int ai; in create_notify_files() local
647 ai = 0; in create_notify_files()
649 symdev = aa[ai]->aa_symdev; in create_notify_files()
650 while ((aa[ai] != NULL) && (aa[ai]->aa_path != NULL)) { in create_notify_files()
651 if (aa[ai]->aa_mountpoint != NULL) { in create_notify_files()
652 if (aa[ai]->aa_type) { in create_notify_files()
653 fstype = aa[ai]->aa_type; in create_notify_files()
657 mount_point = aa[ai]->aa_mountpoint; in create_notify_files()
658 if (aa[ai]->aa_partname != NULL) { in create_notify_files()
667 aa[ai]->aa_partname); in create_notify_files()
678 reason = not_mountable(aa[ai]); in create_notify_files()
729 ai++; in create_notify_files()
1040 int ai; in remove_notify_files() local
1049 ai = 0; in remove_notify_files()
1051 symdev = aa[ai]->aa_symdev; in remove_notify_files()
1053 (aa[ai] != NULL) && in remove_notify_files()
1054 (aa[ai]->aa_path != NULL)) { in remove_notify_files()
1056 if (not_mountable(aa[ai])) { in remove_notify_files()
1058 } else if (aa[ai]->aa_partname != NULL) { in remove_notify_files()
1084 ai++; in remove_notify_files()