Searched refs:remove_arg (Results 1 – 1 of 1) sorted by relevance
221 struct fscrypt_remove_key_arg remove_arg; in waitForBusyFiles() local222 memset(&remove_arg, 0, sizeof(remove_arg)); in waitForBusyFiles()223 remove_arg.key_spec = key_spec; in waitForBusyFiles()225 if (ioctl(fd, FS_IOC_REMOVE_ENCRYPTION_KEY, &remove_arg) != 0) { in waitForBusyFiles()230 if (remove_arg.removal_status_flags & FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS) { in waitForBusyFiles()234 } else if (!(remove_arg.removal_status_flags & in waitForBusyFiles()